Ignore -dontskipnonpubliclibraryclassmembers This Proguard option is already the default R8 behavior and it seems very dangerous to change that just for a processing speed up. Change-Id: If853f3d0d074683aaada4b1d6131ab6be614a232
The R8 repo contains two tools.
D8 is a dexer that converts java byte code to dex code.
R8 is a java program shrinking and minification tool.