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 May 17, 2023
1 parent 5a3e7a3 commit f1e0f68
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 f1e0f68

Please sign in to comment.