Skip to content

Commit

Permalink
chore: fix build by removing license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-marchwicki committed Oct 12, 2023
1 parent 79ad16c commit 93b0310
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app-shared-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ android {
buildFeatures {
compose true
}
packagingOptions {
resources {
excludes += 'META-INF/{AL2.0,LGPL2.1}'
excludes += 'META-INF/LICENSE.md'
excludes += 'META-INF/LICENSE-notice.md'
}
}

composeOptions {
kotlinCompilerExtensionVersion '1.4.2'
Expand Down

0 comments on commit 93b0310

Please sign in to comment.