Call mergeinterfacesaggressively in the proguard task

This commit is contained in:
Username404-59 2021-04-27 18:39:11 +02:00
parent b828b41354
commit b486342ce0
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}