I'm getting this error since upgrading to Gradle 8...
# multiplatform
h
I'm getting this error since upgrading to Gradle 8.10 and can't seem to find it any references ... 🤔 org.gradle.internal.cc.impl.ConfigurationCacheError: Configuration cache state could not be cached: field
kotlinNativeBundleVersion
of
org.jetbrains.kotlin.gradle.targets.native.toolchain.KotlinNativeProvider
bean found in field
kotlinNativeProvider
of task
:objective-sdk:compileNativeMainKotlinMetadata
of type `org.jetbrains.kotlin.gradle.tasks.KotlinNativeCompile`: error writing value of type 'org.gradle.api.internal.provider.BiProvider'
Caused by: org.gradle.api.internal.provider.MissingValueException: Cannot query the value of task ':objective-sdk:compileNativeMainKotlinMetadata' property 'kotlinNativeBundleBuildService' because it has no value available.
h
just revert to 8.9 there’s a known bug https://youtrack.jetbrains.com/issue/KT-70700
h
Thank you 🙏
For future self / others, this is the fix set to go out in next Kotlin release... https://github.com/JetBrains/kotlin/commit/ed1a616a93bf4cd473dc35a122898d9173683f19
🙌 2