Skip to content

Commit 018ce7b

Browse files
committed
Updated dependencies
1 parent 13f58f2 commit 018ce7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ val linuxX64Target = "x86_64-unknown-linux-gnu"
99

1010
plugins {
1111
// 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"
12+
kotlin("jvm") version "2.1.10"
13+
kotlin("plugin.serialization") version "2.1.10"
14+
id("com.google.devtools.ksp") version "2.1.10-RC2-1.0.29"
15+
id("org.jetbrains.compose") version "1.7.3"
1616
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
1717
}
1818

0 commit comments

Comments
 (0)