Hey guys :wave: Regarding compose resources, is th...
# compose
r
Hey guys 👋 Regarding compose resources, is there any way to go from Android string id integer to StringResource and back? If I'm writting on androidMain or consuming a compose module from an android app? Same for drawable id to DrawableResource and back?
k
no. android resources are not compatible with compose multiplatform resources
r
ok. thank you for confirming 🙏