We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fbd66 commit 9e1f390Copy full SHA for 9e1f390
app/build.gradle
@@ -61,6 +61,10 @@ android {
61
}
62
63
64
+ packagingOptions {
65
+ // https://github.com/Kotlin/kotlinx.coroutines/issues/1064
66
+ pickFirst("META-INF/atomicfu.kotlin_module")
67
+ }
68
69
70
kapt {
sample_apng/build.gradle
@@ -24,6 +24,7 @@ android {
24
25
26
packagingOptions {
27
28
pickFirst("META-INF/atomicfu.kotlin_module")
29
30
0 commit comments