I recently upgraded to Android Studio 3.2 which enables D8 Desugaring by default. In the build logs, i see lot of warnings related to D8. Could any one guide me on how to suppress these warnings?
D8: Interface
java.lang.instrument.ClassFileTransformer
not found. It's needed to make sure desugari ng oforg.jacoco.agent.rt.internal_8ff85ea.core.runtime.ModifiedSystemClassRuntime$1
is correct. Desugaring will assume that this interface has no default method.D8: Interface
java.awt.event.ActionListener
not found. It's needed to make sure desugaring ofedu.u md.cs.findbugs.gui2.MainFrameMenu$2
is correct. Desugaring will assume that this interface has no default method.