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 e0cee72 commit 8570385Copy full SHA for 8570385
buildSrc/build.gradle.kts
@@ -10,7 +10,8 @@ repositories {
10
val huanshankejiGradlePluginsVersion = "0.5.1"
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.10")
0 commit comments