We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ce07f commit 911bc0dCopy full SHA for 911bc0d
buildSrc/build.gradle.kts
@@ -10,7 +10,8 @@ repositories {
10
}
11
12
dependencies {
13
- val kotlinVersion = "2.0.0"
+ // With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
14
+ val kotlinVersion = "2.0.10"
15
implementation(kotlin("gradle-plugin", kotlinVersion))
16
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
17
implementation("org.jetbrains.compose:compose-gradle-plugin:1.6.11")
0 commit comments