Commit 8416d889 authored by Mygod's avatar Mygod

Set useLegacyPackaging

parent 115a60aa
...@@ -89,6 +89,7 @@ fun Project.setupApp() { ...@@ -89,6 +89,7 @@ fun Project.setupApp() {
lintOptions.disable("RemoveWorkManagerInitializer") lintOptions.disable("RemoveWorkManagerInitializer")
packagingOptions { packagingOptions {
exclude("**/*.kotlin_*") exclude("**/*.kotlin_*")
jniLibs.useLegacyPackaging = true
} }
splits.abi { splits.abi {
isEnable = true isEnable = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment