Skip to content

Commit

Permalink
Bump Kotlin to 2.1.0 and remove the obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Dec 3, 2024
1 parent 4afdcf3 commit fd061b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ repositories {
}

dependencies {
// With Kotlin 2.0.20, a "Could not parse POM" build error occurs in the JVM projects of some dependent projects.
val kotlinVersion = "2.0.10"
val kotlinVersion = "2.1.0"
implementation(kotlin("gradle-plugin", kotlinVersion))
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
implementation("org.jetbrains.compose:compose-gradle-plugin:1.7.1")
Expand Down

0 comments on commit fd061b6

Please sign in to comment.