It would be very helpful to add a CLI flag like --include-compressed (or allow toggling it) to control whether to show compressed diffs for JARs (and potentially AARs/AABs).
When diffing output .jar files produced by R8 or build tools, seeing the actual Zip compressed size impact alongside uncompressed sizes is valuable for measuring real-world download/storage impacts.
And I see you disabled the includeCompressed in 0d2eef7 for some reasons.
It would be very helpful to add a CLI flag like
--include-compressed(or allow toggling it) to control whether to show compressed diffs for JARs (and potentially AARs/AABs).When diffing output
.jarfiles produced by R8 or build tools, seeing the actual Zip compressed size impact alongside uncompressed sizes is valuable for measuring real-world download/storage impacts.And I see you disabled the
includeCompressedin 0d2eef7 for some reasons.