Exclude META-INF/atomicfu.kotlin_module from data module

This commit is contained in:
Aidan Follestad 2019-04-18 18:35:20 -07:00
commit 35eda8f057

View file

@ -14,6 +14,10 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
packagingOptions {
exclude 'META-INF/atomicfu.kotlin_module'
}
} }
dependencies { dependencies {