Dima Avdeev
08/02/2023, 2:34 PM1.5.0-beta01
, Kotlin version to 1.9.0
• Remove line with resources https://github.com/JetBrains/compose-multiplatform-ios-android-template/blob/c20faa099552dac7bcc242c72fe49e1f260177e9/shared/build.gradle.kts#L25
• And run command ./gradlew podInstall
onceDima Avdeev
08/02/2023, 2:36 PMmohamed rejeb
08/02/2023, 4:47 PMDima Avdeev
08/02/2023, 5:31 PMDima Avdeev
08/03/2023, 7:24 AMcacheKind=none
in gradle.properties. But, we are thinking how to solve this problemmohamed rejeb
08/03/2023, 8:09 AMColton Idle
08/06/2023, 12:26 AMDima Avdeev
08/08/2023, 7:32 AMDima Avdeev
08/08/2023, 7:46 AMColton Idle
08/08/2023, 7:46 AMColton Idle
08/08/2023, 7:46 AMDima Avdeev
08/08/2023, 7:48 AMMarc Dietrichstein
08/11/2023, 12:57 PMorg.jetbrains.kotlin.gradle.plugin.mpp.apple.XCFramework
instead of the CocoaPods Plugin to build our framework. This way we do get a MissingResourceException
when we attempt to access a resource on iOS. Is it possible that this approach is not supported with Kotlin 1.9.0 and Compose 1.5.0-beta01? Or to put it differently: Is the CocoaPods plugin necessary in order to package resources correctly?