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 3720dcb commit e067308Copy full SHA for e067308
gradle/libs.versions.toml
@@ -1,15 +1,15 @@
1
[versions]
2
kotlin = "1.9.22"
3
-kotlinx-coroutines = "1.8.0-RC2"
+kotlinx-coroutines = "1.8.0"
4
android = "7.4.2"
5
androidx-lifecycle = "2.6.2"
6
7
# Sample versions
8
androidx-compose = "2023.10.01"
9
androidx-compose-compiler = "1.5.8-dev-k1.9.22-42b6ec2b037"
10
androidx-fragment = "1.6.2"
11
-ksp = "1.9.22-1.0.16"
12
-nativecoroutines = "1.0.0-ALPHA-24"
+ksp = "1.9.22-1.0.17"
+nativecoroutines = "1.0.0-ALPHA-25"
13
14
[libraries]
15
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
0 commit comments