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 aa06422 commit e4ce07fCopy full SHA for e4ce07f
buildSrc/build.gradle.kts
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
dependencies {
13
- val kotlinVersion = "2.0.20"
+ val kotlinVersion = "2.0.0"
14
implementation(kotlin("gradle-plugin", kotlinVersion))
15
implementation("org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlinVersion")
16
implementation("org.jetbrains.compose:compose-gradle-plugin:1.6.11")
0 commit comments