Skip to content

Commit

Permalink
Exclude duplicate META-INF files
Browse files Browse the repository at this point in the history
Error message: 2 files found with path 'META-INF/core_release.kotlin_module'
  • Loading branch information
jreij committed Jul 9, 2024
1 parent 81f6c2e commit 1a5f7f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ android {
viewBinding true
}

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

}

dependencies {
Expand Down

0 comments on commit 1a5f7f2

Please sign in to comment.