tapsellorg/TapsellPlusSDK-AndroidSample

๐Ÿ› [BUG/ERROR]: 'META-INF/annotation-experimental_release.kotlin_module'

Closed this issue ยท 1 comments

Describe the issue:

2 files found with path 'META-INF/annotation-experimental_release.kotlin_module'.
Adding a packagingOptions block may help, please refer to
https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.PackagingOptions.html
for more information

This doesn't seem to be relevant to TapsellPlus, but here's the solution:

// android { 
// ...
    packagingOptions {
        resources.excludes.add("META-INF/*")
    }
// }