Zsolt Bencze
10/20/2023, 1:41 PMorg/jetbrains/kotlin/gradle/plugin/mpp/pm20/KotlinCompilationData
(I assume that comes from the multiplatform plugin)p-schneider
10/20/2023, 3:37 PMZsolt Bencze
10/20/2023, 4:15 PMksp-1.8.10-1.0.9 is too old for kotlin-1.9.10. Please upgrade ksp or downgrade kotlin-gradle-plugin to 1.8.10.
🤔 I don't set KSP directly, so it might come in as a transitive dependency by another library or plugin.
AStudio terminal:
./gradlew --version
------------------------------------------------------------
Gradle 8.4
------------------------------------------------------------
Build time: 2023-10-04 20:52:13 UTC
Revision: e9251e572c9bd1d01e503a0dfdf43aedaeecdc3f
Kotlin: 1.9.10
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 17.0.9 (Homebrew 17.0.9+0)
OS: Mac OS X 13.6 aarch64
and scan
./gradlew build --scan
ksp-1.8.10-1.0.9 is too old for kotlin-1.9.10. Please upgrade ksp or downgrade kotlin-gradle-plugin to 1.8.10.
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':library:core'.
> Failed to notify project evaluation listener.
> org/jetbrains/kotlin/gradle/plugin/mpp/pm20/KotlinCompilationData
2: Task failed with an exception.
-----------
* What went wrong:
Failed to query the value of property 'buildFlowServiceProperty'.
> Could not isolate value org.jetbrains.kotlin.gradle.plugin.statistics.BuildFlowService$Parameters_Decorated@65e9429a of type BuildFlowService.Parameters
> A problem occurred configuring project ':library:core'.
> Failed to notify project evaluation listener.
> org/jetbrains/kotlin/gradle/plugin/mpp/pm20/KotlinCompilationData
id("org.kodein.mock.mockmp") version "1.13.0"
plugin version, 1.15.0 seems to work fine. At least it clears this part of the build process. Thanks for your help Philipp.p-schneider
10/20/2023, 4:40 PMZsolt Bencze
10/20/2023, 4:43 PM