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 13f58f2 commit 018ce7bCopy full SHA for 018ce7b
build.gradle.kts
@@ -9,10 +9,10 @@ val linuxX64Target = "x86_64-unknown-linux-gnu"
9
10
plugins {
11
// Kotlin version must match compose version
12
- kotlin("jvm") version "2.0.0"
13
- kotlin("plugin.serialization") version "2.0.20"
14
- id("com.google.devtools.ksp") version "2.0.20-1.0.24"
15
- id("org.jetbrains.compose") version "1.7.0"
+ kotlin("jvm") version "2.1.10"
+ kotlin("plugin.serialization") version "2.1.10"
+ id("com.google.devtools.ksp") version "2.1.10-RC2-1.0.29"
+ id("org.jetbrains.compose") version "1.7.3"
16
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
17
}
18
0 commit comments