Skip to content

Commit 4fa2683

Browse files
committed
Downgrade KMP-NativeCoroutines as we're not ready to go up to 1.9.0 yet
1 parent 2b8201f commit 4fa2683

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

step4/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
kotlin("multiplatform").version("1.8.22").apply(false)
77
kotlin("plugin.serialization").version("1.8.22").apply(false)
88
id("com.google.devtools.ksp").version("1.8.22-1.0.11").apply(false)
9-
id("com.rickclephas.kmp.nativecoroutines").version("1.0.0-ALPHA-13").apply(false)
9+
id("com.rickclephas.kmp.nativecoroutines").version("1.0.0-ALPHA-12").apply(false)
1010
}
1111

1212
tasks.register("clean", Delete::class) {

0 commit comments

Comments
 (0)