Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

277 B

icon
icon
material/arrow-up-box

I removed all overloads for ImageVector, please update your code like following:

OLD

DebugDrawer*(
    icon = Icons.Default.Info
)

NEW

DebugDrawer*(
    image= { Icon(Icons.Default.Info, null) }
)