Ian Moore
05/23/2024, 5:57 PMgradle-kmp
layout (using Compose Resources) and Compose enabled. It compiles fine for Android, but for iOS (shared/src/ios/kotlin
) it complains Unresolved reference: Composable
and Mismatched Composable annotation between expect and actual declaration
when trying to compile, despite IntelliJ showing it as resolved. Compose is enabled on both the Android and iOS modules. Any ideas?Ian Moore
05/23/2024, 6:18 PMKLIB resolver: The same 'unique_name=runtime_commonMain' found in more than one library: /[REMOVED]/build/kotlinTransformedMetadataLibraries/commonMain/app.cash.sqldelight-runtime-2.0.2-commonMain-asQ-DQ.klib, /[REMOVED]/build/kotlinTransformedMetadataLibraries/commonMain/org.jetbrains.compose.runtime-runtime-1.6.10-rc01-commonMain-CVJWAg.klib
Alexander Tsarev
05/31/2024, 12:27 PMamakeev
05/31/2024, 4:10 PMIan Moore
06/07/2024, 4:02 PMIan Moore
06/07/2024, 4:18 PMamakeev
06/07/2024, 4:38 PM