Skip to content

Commit fd061b6

Browse files
committed
Bump Kotlin to 2.1.0 and remove the obsolete comment
1 parent 4afdcf3 commit fd061b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
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"
13+
val kotlinVersion = "2.1.0"
1514
implementation(kotlin("gradle-plugin", kotlinVersion))
1615
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1716
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")

0 commit comments

Comments
 (0)