We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fd295 commit f1166ceCopy full SHA for f1166ce
gradle/libs.versions.toml
@@ -1,14 +1,14 @@
1
[versions]
2
kotlin = "1.8.21"
3
-kotlinx-coroutines = "1.7.0"
+kotlinx-coroutines = "1.7.1"
4
android = "7.3.1"
5
androidx-lifecycle = "2.5.1"
6
7
# Sample versions
8
androidx-compose = "2022.11.00"
9
androidx-fragment = "1.5.4"
10
ksp = "1.8.21-1.0.11"
11
-nativecoroutines = "1.0.0-ALPHA-9"
+nativecoroutines = "1.0.0-ALPHA-10"
12
13
[libraries]
14
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
0 commit comments