Created by: kageiit
Summary of changes
- Pass in the
android.jar
to D8 so it can perform more accurate desugaring - Interface method desugaring is only turned off for default interface methods now. Static interface methos should be desugared correctly. This solves a lambda desugaring issue on 4.x
- Try with resources desugaring can now be turned on
-
DalvikStatsTool
has been enhanced to account for the forwarding methods D8 creates in the companion class due to the presence of static interface method desugaring