I am moving the Jetpack compose to CMP gradually, ...
# compose
t
I am moving the Jetpack compose to CMP gradually, I already had a shared Module and don't want to create a new project, so I copied CMP setup from a new CMP project, now, currently it compiled, but no resources can be loaded at runtime, I must miss something, any clue?
l
Resources in Compose Multiplatform require special library and plugin: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-resources.html
You probably need to copy your Jetpack Compose resources to the appropriate directory inside the
shared
module