Skip to content

Commit e60d924

Browse files
committed
Add workaround for missing atomicfu cinterop
Kotlin/kotlinx.coroutines#3968
1 parent ad8dd3a commit e60d924

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kmp-nativecoroutines-core/build.gradle.kts

+6
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,11 @@ kotlin {
6060
implementation(libs.kotlinx.coroutines.test)
6161
}
6262
}
63+
nativeMain {
64+
dependencies {
65+
// TODO: Remove workaround for https://github.com/Kotlin/kotlinx.coroutines/issues/3968
66+
implementation("org.jetbrains.kotlinx:atomicfu:0.23.1")
67+
}
68+
}
6369
}
6470
}

0 commit comments

Comments
 (0)