Fedor Sorokin
03/08/2025, 8:35 AMorg.jetbrains.compose.resources.MissingResourceException: Missing resource with path: composeResources/ru.kanphis.resources/values/strings.commonMain.cvr
Multimodule project, ":composeApp" and resources in module "commonresources"
On old version 1.7.3 problem does not appear. Is it known bug or should I report it somewhere?Shageldi Alyyev
03/08/2025, 8:40 AMcocoapods {
framework {
baseName = "composeApp"
isStatic = false } }
2. Then build the project with ios device, then put isStatic = true back:Shageldi Alyyev
03/08/2025, 8:41 AMcocoapods {
framework {
baseName = "composeApp"
isStatic = true } }
Fedor Sorokin
03/08/2025, 8:47 AMKonstantin Tskhovrebov
03/10/2025, 9:44 AMFedor Sorokin
03/10/2025, 10:07 AMKonstantin Tskhovrebov
03/10/2025, 3:09 PMandroidLibrary
target. use the stable AGP and it will workFedor Sorokin
03/10/2025, 4:23 PMcom.android.kotlin.multiplatform.library
plugin? I've seen my bug is duplicate for that target, so I'll switch to com.android.library
Newest Android Studio creates shared modules with that (multiplatform) pluginKonstantin Tskhovrebov
03/10/2025, 5:58 PM