Skip to content

Commit 025f980

Browse files
committed
Update kotlinx.coroutines to 1.7.0
1 parent fcfc88a commit 025f980

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
kotlin = "1.8.21"
3-
kotlinx-coroutines = "1.7.0-RC"
3+
kotlinx-coroutines = "1.7.0"
44
android = "7.3.1"
55
androidx-lifecycle = "2.5.1"
66

77
# Sample versions
88
androidx-compose = "2022.11.00"
99
androidx-fragment = "1.5.4"
1010
ksp = "1.8.21-1.0.11"
11-
nativecoroutines = "1.0.0-ALPHA-8"
11+
nativecoroutines = "1.0.0-ALPHA-9"
1212

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

0 commit comments

Comments
 (0)