johannes
07/31/2023, 9:21 PM> Task :architecture:ui:compileKotlinIosSimulatorArm64 FAILED
error: Could not find "org.jetbrains.compose.runtime:runtime-saveable" in [/Users/johannesptaszyk/StudioProjects/Tarisa/iosApp/Pods, /Users/johannesptaszyk/.konan/klib, /Users/johannesptaszyk/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.0/klib/common, /Users/johannesptaszyk/.konan/kotlin-native-prebuilt-macos-aarch64-1.9.0/klib/platform/ios_simulator_arm64]
error: Compilation finished with errors
I also had this with compose.material dependency, where I had to add it to my design module, to build.
Would love to create a ticket for that or something, but as I cannot find out more about this, I am a little bit stuck.
Does anyone have an idea?
Disabling native caching and adding isStatic=true to cocoapods framework in the shared module did not help.
Would I need to add cocoapod blocks to all shared modules?johannes
07/31/2023, 9:47 PMjohannes
07/31/2023, 9:48 PMDima Avdeev
08/01/2023, 7:18 AMjohannes
08/01/2023, 7:18 PMjohannes
08/01/2023, 7:42 PM