mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-09-04 00:28:08 +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
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/atomicfu.kotlin_module'
|
||||
}
|
||||
|
||||
// For Mozilla Rhino
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue