Skip to content

Commit

Permalink
Set useLegacyPackaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed May 9, 2021
1 parent 115a60a commit 8416d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Helpers.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ fun Project.setupApp() {
lintOptions.disable("RemoveWorkManagerInitializer")
packagingOptions {
exclude("**/*.kotlin_*")
jniLibs.useLegacyPackaging = true
}
splits.abi {
isEnable = true
Expand Down

0 comments on commit 8416d88

Please sign in to comment.