Commit 8416d889 authored by Mygod's avatar Mygod

Set useLegacyPackaging

parent 115a60aa
......@@ -89,6 +89,7 @@ fun Project.setupApp() {
lintOptions.disable("RemoveWorkManagerInitializer")
packagingOptions {
exclude("**/*.kotlin_*")
jniLibs.useLegacyPackaging = true
}
splits.abi {
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