Hello !! My project is having build issue on IOS (...
# kotlin-native
u
Hello !! My project is having build issue on IOS (Android working fine) once i have upgraded the kotlin 2.0.20. Other libs • Java 17 • Room (2.7.0-alpha07) • KTx Serialization (1.7.2) • ksp (2.0.20-1.0.25) • Couroutines (1.9.0) • Ktor (3.0.0-rc-1) • Kamel (1.0.0-beta.7) • Compose Plugin (1.7.0-beta02) • AGP (8.1.4) • com.russhwolfmultiplatform settings 1.2.0 • viewmodel-compose (2.8.2) • dev.gitlive:firebase-crashlytics (2.1.0)
Gradle.properties
Copy code
#Gradle
org.gradle.jvmargs=-Xmx6g -Dfile.encoding=UTF-8 -Dorg.gradle.debug=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.workers.max=8
org.gradle.parallel=false

#Kotlin
kotlin.code.style=official
kotlin.daemon.jvm.options=-Xmx2G
kotlin.daemon.useFallbackStrategy=true

#MPP
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.commonizerLogLevel=info
kotlin.mpp.androidSourceSetLayoutVersion=2
mobile.multiplatform.iosTargetWarning=false
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
kotlin.mpp.applyDefaultHierarchyTemplate=false
compose.kotlin.native.manageCacheKind=false
kotlin.incremental.native=true
kotlin.incremental.multiplatform=true
experimentalStrongSkipping=true

# <https://docs.gradle.org/7.6/userguide/configuration_cache.html>
#org.gradle.configuration-cache=true

#Compose
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
compose.resources.always.generate.accessors=true

#IOS
kotlin.native.cacheKind.iosX64=none
kotlin.native.cacheKind.iosSimulatorArm64=none
compose.ios.resources.sync=true
#kotlin.native.disableCompilerDaemon = true
kotlin.apple.xcodeCompatibility.nowarn=true