Skip to content

Commit 8570385

Browse files
committed
Bump Kotlin to 2.0.10 instead
1 parent e0cee72 commit 8570385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ repositories {
1010
val huanshankejiGradlePluginsVersion = "0.5.1"
1111

1212
dependencies {
13-
val kotlinVersion = "2.0.0"
13+
// 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"
1415
implementation(kotlin("gradle-plugin", kotlinVersion))
1516
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1617
implementation("org.jetbrains.compose:compose-gradle-plugin:1.6.10")

0 commit comments

Comments
 (0)