How to know when a jar need desugaring (for d8.bat)

231 Views Asked by At

How to know when a jar need desugaring? because d8.bat have a parameter --no-desugaring and i want to know when I can use it

--no-desugaring: Disables Java 8 language features. Use this flag only if you don't intend to compile Java bytecode that uses Java 8 language features.

0

There are 0 best solutions below