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.ClassFileTransformernot found. It's needed to make sure desugari ng oforg.jacoco.agent.rt.internal_8ff85ea.core.runtime.ModifiedSystemClassRuntime$1is correct. Desugaring will assume that this interface has no default method.D8: Interface
java.awt.event.ActionListenernot found. It's needed to make sure desugaring ofedu.u md.cs.findbugs.gui2.MainFrameMenu$2is correct. Desugaring will assume that this interface has no default method.