Skip to content

Commit 238a1ee

Browse files
authored
Merge pull request #20 from rickclephas/feature/coroutines-1.7.0
kotlinx.coroutines 1.7.0
2 parents 46f1a15 + 025f980 commit 238a1ee

2 files changed

Lines changed: 4 additions & 3 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.6.4"
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" }

kmm-viewmodel-core/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ kotlin {
1717
val watchosArm64 = watchosArm64()
1818
val watchosX64 = watchosX64()
1919
val watchosSimulatorArm64 = watchosSimulatorArm64()
20+
val watchosDeviceArm64 = watchosDeviceArm64()
2021
val tvosArm64 = tvosArm64()
2122
val tvosX64 = tvosX64()
2223
val tvosSimulatorArm64 = tvosSimulatorArm64()
@@ -52,7 +53,7 @@ kotlin {
5253
listOf(
5354
macosX64, macosArm64,
5455
iosArm64, iosX64, iosSimulatorArm64,
55-
watchosArm32, watchosArm64, watchosX64, watchosSimulatorArm64,
56+
watchosArm32, watchosArm64, watchosX64, watchosSimulatorArm64, watchosDeviceArm64,
5657
tvosArm64, tvosX64, tvosSimulatorArm64
5758
).forEach {
5859
getByName("${it.targetName}Main") {

0 commit comments

Comments
 (0)