Skip to content

Commit e067308

Browse files
committed
Update kotlinx.coroutines to 1.8.0
1 parent 3720dcb commit e067308

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
22
kotlin = "1.9.22"
3-
kotlinx-coroutines = "1.8.0-RC2"
3+
kotlinx-coroutines = "1.8.0"
44
android = "7.4.2"
55
androidx-lifecycle = "2.6.2"
66

77
# Sample versions
88
androidx-compose = "2023.10.01"
99
androidx-compose-compiler = "1.5.8-dev-k1.9.22-42b6ec2b037"
1010
androidx-fragment = "1.6.2"
11-
ksp = "1.9.22-1.0.16"
12-
nativecoroutines = "1.0.0-ALPHA-24"
11+
ksp = "1.9.22-1.0.17"
12+
nativecoroutines = "1.0.0-ALPHA-25"
1313

1414
[libraries]
1515
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

0 commit comments

Comments
 (0)