Skip to content

Commit 93b5dcf

Browse files
authored
Bump Kotlin to 2.2.21 and Compose to 1.9.2
Updated Kotlin and Compose versions.
1 parent 8e1bceb commit 93b5dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
kermit = "2.0.8"
3-
kotlin = "2.2.20"
3+
kotlin = "2.2.21"
44
kotlinx-coroutines = "1.10.2"
5-
compose = "1.9.0"
5+
compose = "1.9.2"
66
jna = "5.18.1"
77
platformtools = "0.7.1"
88

@@ -21,4 +21,4 @@ multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotl
2121
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
2222
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
2323
vannitktech-maven-publish = {id = "com.vanniktech.maven.publish", version = "0.33.0"}
24-
dokka = { id = "org.jetbrains.dokka" , version = "2.0.0"}
24+
dokka = { id = "org.jetbrains.dokka" , version = "2.0.0"}

0 commit comments

Comments
 (0)