sbt-assembly icon indicating copy to clipboard operation
sbt-assembly copied to clipboard

Explore jar minifying with D8/R8

Open jkleckner opened this issue 4 years ago • 0 comments

This is really just to flag an interesting idea about minifying jar files using D8/R8 explored by Jake Wharton here [1] on Kotlin jar files where he achieved compression of around 99%. Imagine hooking that transformation here as well!

Very cool.

[1] https://jakewharton.com/shrinking-a-kotlin-binary/

jkleckner avatar Aug 26 '20 18:08 jkleckner