mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-09-07 18:18:49 +00:00
Exclude META-INF/atomicfu.kotlin_module from common module
This commit is contained in:
parent
351f718df8
commit
a0fd44ae7a
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ android {
|
||||||
versionName versions.publishVersion
|
versionName versions.publishVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
packagingOptions {
|
||||||
|
exclude 'META-INF/atomicfu.kotlin_module'
|
||||||
|
}
|
||||||
|
|
||||||
// For Mozilla Rhino
|
// For Mozilla Rhino
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue