Skip to content

Commit e4ce07f

Browse files
committed
Revert Kotlin to 2.0.0 because Kotlin 2.0.20 causes a "Could not parse POM" build error in the JVM projects of some dependent projects
This reverts commit bb4ce75.
1 parent aa06422 commit e4ce07f

File tree

2 files changed

+464
-232
lines changed

2 files changed

+464
-232
lines changed

buildSrc/build.gradle.kts

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

1212
dependencies {
13-
val kotlinVersion = "2.0.20"
13+
val kotlinVersion = "2.0.0"
1414
implementation(kotlin("gradle-plugin", kotlinVersion))
1515
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
1616
implementation("org.jetbrains.compose:compose-gradle-plugin:1.6.11")

0 commit comments

Comments
 (0)