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 4afdcf3 commit fd061b6Copy full SHA for fd061b6
buildSrc/build.gradle.kts
@@ -10,8 +10,7 @@ repositories {
10
}
11
12
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"
+ val kotlinVersion = "2.1.0"
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.7.1")
0 commit comments