Getting this issue with Gradle 8.1, Kotlin 1.8.10/...
# gradle
e
Getting this issue with Gradle 8.1, Kotlin 1.8.10/20. The only dependency in
commonMain
is kotlinx-serialization 1.5.0. Does it give anyone a hunch on what to try changing, or is it a known issue with MPP?
Copy code
Execution failed for task ':ks3-standard:transformCommonMainDependenciesMetadata'.
> <get-metadataDependencyResolutions>(...) must not be null
t
is configuration cache enabled?
e
It was, yeah 🙂
--no-configuration-cache
helped
t
yeah, it is known issue. Should be fixed in
1.9.0-Beta
111 Views