Skip to content

Commit 603690c

Browse files
committed
1 parent cc5a20c commit 603690c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,7 @@ kapt {
281281
option("-Xmaxerrs", 10000)
282282
}
283283
}
284+
285+
android.packagingOptions {
286+
pickFirst "META-INF/atomicfu.kotlin_module"
287+
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
buildscript {
2323
ext.gradle_plugin_version = '3.4.0'
2424
ext.kotlin_version = '1.3.30'
25-
ext.kotlin_coroutines_version = '1.2.0'
25+
ext.kotlin_coroutines_version = '1.2.0' // when we upgrade this, see if we can remove the packagingOptions hack https://github.com/Kotlin/kotlinx.coroutines/pull/1120
2626

2727
ext.appcompat_version = "1.0.2"
2828
ext.collection_version = "1.0.0"

0 commit comments

Comments
 (0)