in 3.2a5 you can enable it with `android.enableR8=...
# android
j
in 3.2a5 you can enable it with
android.enableR8=true
in your
gradle.properties
. It made my app 14% smaller with no functionality loss and even some regressions on what was removed (meaning there's room for improvement)
g
Smaller comparing with Proguard?
j
Yes