Call mergeinterfacesaggressively in the proguard task
This commit is contained in:
parent
b828b41354
commit
b486342ce0
|
@ -60,6 +60,7 @@ subprojects {
|
|||
optimizations("method/inlining/*, code/allocation/variable, class/merging/vertical, class/merging/horizontal, code/removal/advanced, code/simplification/branch, code/merging")
|
||||
optimizationpasses(4)
|
||||
overloadaggressively()
|
||||
mergeinterfacesaggressively()
|
||||
}
|
||||
if (this@subprojects.name != "common") build.get().finalizedBy(shrinkJar)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue