Hey all I'm having some issues with my android app...
# compose
d
Hey all I'm having some issues with my android app using compose resources. I have a multiplatform app but seems like the docs say drawable resources are NOT supported on Android for multiplatform - I'm a bit lost on this one because my drawable exists in my iOS app, when I build and run it, but I get an exception saying the resource doesn't exist. I checked the APK and in fact it does NOT exist in the final apk (it should exist in the assets directory).
My module setup is as follows
Copy code
:app - release app consumed by ios and Android
|-:onboarding:impl - contains my drawable webp in composeResources/drawable
d
@blakelee just told me the same thing