Skip to content

Commit b6b15ed

Browse files
committed
Build issue workaround for kotlinx.coroutines 1.2.0-alpha
Workarounds Kotlin/kotlinx.coroutines#1064
1 parent e238921 commit b6b15ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sample/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ android {
2323
proguardFile("proguard-rules.pro")
2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525
}
26+
packagingOptions {
27+
pickFirst("META-INF/atomicfu.kotlin_module")
28+
}
2629
signingConfigs {
2730
getByName("debug") {
2831
storeFile = file("${System.getProperty("user.home")}/.android/debug.keystore")

0 commit comments

Comments
 (0)