Oleg Nenashev
05/27/2025, 4:13 PMsuresh
05/30/2025, 3:59 AM* What went wrong:
Configuration cache state could not be cached: field `__packageJsonFiles__` of task `:wasmRootPackageJson` of type `org.jetbrains.kotlin.gradle.targets.js.npm.tasks.RootPackageJsonTask`: error writing value of type 'org.gradle.api.internal.provider.DefaultListProperty'
> Resolution of the configuration ':web:wasmJsNpmAggregated' was attempted without an exclusive lock. This is unsafe and not allowed.
suresh
05/30/2025, 4:01 AMhfhbd
05/30/2025, 7:59 AMtapchicoma
06/02/2025, 9:13 AMtapchicoma
06/02/2025, 9:14 AM@tapchicoma do you have any info on 9.0 support?Kotlin/JVM 2.1.21 should work with Gradle 9.0. Kotlin/KMP 2.1.21 has some issues which we are planning to address either in 2.2.10 or 2.2.20 releases.
tapchicoma
06/02/2025, 9:15 AMtapchicoma
06/03/2025, 9:45 AMkotlin.kmp.isolated-projects.support
is enabled (default is enabled)hfhbd
06/03/2025, 9:47 AMtapchicoma
06/03/2025, 9:48 AMsuresh
06/03/2025, 2:01 PMThis mode is also enabled if isolated projects are not enabled.
org.gradle.unsafe.isolated-projects=false
in my project, but still getting the same error for kotlin/js, wasm targets.