R8 shrinks all dirs in JARs, it would be great to have a block to show entry count diffs. Like:
OLD: ktfmt-0.65-SNAPSHOT-with-dependencies-before.jar
NEW: ktfmt-0.65-SNAPSHOT-with-dependencies-patched.jar
│ compressed │ uncompressed
├───────────┬────────────┬─────────────┼───────────┬───────────┬────────
JAR │ old │ new │ diff │ old │ new │ diff
───────┼───────────┼────────────┼─────────────┼───────────┼───────────┼────────
class │ 14.12 MiB │ 14.12 MiB │ +17 B │ 28 MiB │ 28 MiB │ +164 B
other │ 826.3 KiB │ 716.62 KiB │ -109.69 KiB │ 1.94 MiB │ 1.94 MiB │ 0 B
───────┼───────────┼────────────┼─────────────┼───────────┼───────────┼────────
total │ 14.93 MiB │ 14.82 MiB │ -109.67 KiB │ 29.94 MiB │ 29.94 MiB │ +164 B
ENTRIES │ old │ new │ diff
─────────┼───────┼───────┼──────────────────
files │ 10357 │ 10357 │ 0 (+0 -0)
dirs │ 628 │ 0 │ -628 (+0 -628)
─────────┼───────┼───────┼──────────────────
total │ 10985 │ 10357 │ -628 (+0 -628)
CLASSES │ old │ new │ diff
─────────┼───────┼───────┼───────────
classes │ 10230 │ 10230 │ 0 (+0 -0)
methods │ 70944 │ 70944 │ 0 (+0 -0)
fields │ 22714 │ 22714 │ 0 (+0 -0)
R8 shrinks all dirs in JARs, it would be great to have a block to show entry count diffs. Like: