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 30ab454 commit ab84ea0Copy full SHA for ab84ea0
gradle/libs.versions.toml
@@ -1,15 +1,15 @@
1
[versions]
2
# Shared
3
-kotlin = "1.9.23" # Always check https://developer.android.com/jetpack/androidx/releases/compose-kotlin for compose version compatibility
4
-ksp = "1.9.23-1.0.20" # First part must match the kotlin version
+kotlin = "2.0.0" # Always check https://developer.android.com/jetpack/androidx/releases/compose-kotlin for compose version compatibility
+ksp = "2.0.0-1.0.22" # First part must match the kotlin version
5
kermit = "2.0.3"
6
koin = "3.5.6"
7
orbitMvi = "8.0.0"
8
mokoMvvm = "0.16.1"
9
ktor = "2.3.11"
10
mokoPermissions = "0.18.0"
11
settings = "1.1.1"
12
-realm = "1.16.0"
+realm = "2.0.0"
13
detekt = "1.23.6"
14
kotlinx-serialization-json = "1.6.3"
15
kotlinx-datetime = "0.6.0"
0 commit comments