Skip to content

Commit

Permalink
Fix build error 2 files found with path 'META-INF/main.kotlin_module' (
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Nov 8, 2023
1 parent c35536d commit 1343186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/android/CHIPTool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

packagingOptions {
exclude 'META-INF/main.kotlin_module'
}

buildFeatures {
viewBinding = true
}
Expand Down

0 comments on commit 1343186

Please sign in to comment.