Hi! Is there a way to share resources without addi...
# compose-ios
v
Hi! Is there a way to share resources without adding a common module like pod? Now I have crash in iOS project with error: Uncaught Kotlin exception: org.jetbrains.compose.resources.MissingResourceException: Missing resource with path:
👍 1
n
Look at this PR: https://github.com/JetBrains/compose-multiplatform-template/pull/16 In 1.4.1 and 1.4.0 you need to call
pod update
anytime you update resources
120 Views