I’m not sure if this is a Kotlin or a Gradle issue...
# multiplatform
g
I’m not sure if this is a Kotlin or a Gradle issue but upgrading Gradle from 8.10 to 8.10.1 is causing weird errors building the iOS target of our lib. Running Gradle with
--no-daemon
fixes it. Killing all Gradle daemons fixes it temporarily (for one build) but then it reappears.
Copy code
> ./gradlew lib:assembleSlikBinDebugXCFramework
Type-safe project accessors is an incubating feature.
> Task :util:compileKotlinIosArm64 FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':util:compileKotlinIosArm64'.
> Error while evaluating property 'kotlinNativeProvider$kotlin_gradle_plugin_common.kotlinNativeBundleVersion$kotlin_gradle_plugin_common' of task ':util:compileKotlinIosArm64'.
   > Cannot query the value of task ':util:compileKotlinIosArm64' property 'kotlinNativeBundleBuildService' because it has no value available.
Gradle 8.10.1 Kotlin 2.0.10 SKIE 0.8.4 Any clues? Just a version mismatch?