Skip to content

Commit 8842283

Browse files
committed
Changed the NativeCoroutines and KMP ViewModel versions [#166]
1 parent 97ab9a7 commit 8842283

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ android-material3-version = "1.3.2"
99
ktor-version = "3.1.3"
1010
xml-util-version = "0.91.0"
1111
spotless-version = "8.2.1"
12+
kmp-viewmodel-version = "1.0.2"
13+
kmp-nativecoroutines-version = "1.0.1"
14+
ksp-version = "2.3.6"
1215
ktfmt = "0.61"
1316

1417
[libraries]
@@ -18,7 +21,7 @@ compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compos
1821
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose" }
1922
compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview", version.ref = "compose" }
2023
desugar-jdk-libs = { group = "com.android.tools", name = "desugar_jdk_libs", version = "2.0.4" }
21-
kmp-viewmodel-core = { group = "com.rickclephas.kmp", name = "kmp-observableviewmodel-core", version = "1.0.0-BETA-12" }
24+
kmp-viewmodel-core = { group = "com.rickclephas.kmp", name = "kmp-observableviewmodel-core", version.ref = "kmp-viewmodel-version" }
2225
kermit-logging = { group = "co.touchlab", name = "kermit", version = "2.0.4" }
2326
kmp-io = { group = "io.github.skolson", name = "kmp-io", version = "0.2.2" }
2427
kfs-watch = { group = "io.github.irgaly.kfswatch", name = "kfswatch", version = "1.3.0" }
@@ -67,8 +70,8 @@ kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref
6770
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
6871
sonarqube = { id = "org.sonarqube", version = "6.2.0.5505" }
6972
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight-plugin" }
70-
ksp = { id = "com.google.devtools.ksp", version = "2.2.0-2.0.2" }
71-
native-coroutines = { id = "com.rickclephas.kmp.nativecoroutines", version = "1.0.0-ALPHA-45" }
73+
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp-version" }
74+
native-coroutines = { id = "com.rickclephas.kmp.nativecoroutines", version.ref = "kmp-nativecoroutines-version" }
7275
plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version = "2.1.21" }
7376
spotless = { id = "com.diffplug.spotless", version.ref = "spotless-version" }
7477

0 commit comments

Comments
 (0)