Skip to content

Commit 9e1f390

Browse files
committed
1 parent 06fbd66 commit 9e1f390

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ android {
6161
}
6262
}
6363

64+
packagingOptions {
65+
// https://github.com/Kotlin/kotlinx.coroutines/issues/1064
66+
pickFirst("META-INF/atomicfu.kotlin_module")
67+
}
6468
}
6569

6670
kapt {

sample_apng/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ android {
2424
}
2525

2626
packagingOptions {
27+
// https://github.com/Kotlin/kotlinx.coroutines/issues/1064
2728
pickFirst("META-INF/atomicfu.kotlin_module")
2829
}
2930
}

0 commit comments

Comments
 (0)