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.
2 parents 8ea6014 + fc815b9 commit 54ac8e9Copy full SHA for 54ac8e9
1 file changed
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-kotlin = "2.3.10"
+kotlin = "2.4.0"
3
4
[libraries]
5
# Library
@@ -19,4 +19,4 @@ androidLibrary = "com.android.library:9.2.1"
19
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
20
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
21
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
22
-compose-multiplatform = { id = "org.jetbrains.compose", version = "1.7.3" }
+compose-multiplatform = { id = "org.jetbrains.compose", version = "1.11.1" }
0 commit comments