jvm Default
Emit JVM default methods for interface declarations with bodies. The default is 'disable'.
-jvm-default=disableDefault behavior. Do not generate JVM default methods.-jvm-default=enableGenerate default methods for non-abstract interface declarations, as well as 'DefaultImpls' classes with static methods for compatibility with code compiled in the 'disable' mode.-jvm-default=no-compatibilityGenerate default methods for non-abstract interface declarations. Do not generate 'DefaultImpls' classes.
Possible values: "disable", "enable", "no-compatibility"
Default value: null