Why doesn't this Android Studio tool work in Kotli...
# multiplatform
s
Why doesn't this Android Studio tool work in Kotlin Multiplatform?
c
Because it’s part of the Android studio plugin and doesn’t know anything about Kotlin Multiplatform.
Same as the
Activity
item. What do you expect it to do in a Multiplatform environment?
s
I understand, but I wanted to import an app icon for my Android app because doing everything manually doesn't seem easy.
a
Actually it is even rarely used by Android developers 😃 You can look into some sort of plugins for converting Svg to Kotlin/XML or add raster images to
composeResources
manually.
s
Sure! But it started to somehow