jlleitschuh
10/24/2017, 7:02 PMpublic static final CompilerConfigurationKey<Boolean> INTERFACE_COMPATIBILITY =
CompilerConfigurationKey.create("Generate additional 'DefaultImpls' class files for jvm 8 target for compatibility with 6 target interfaces");
public static final CompilerConfigurationKey<Boolean> JVM8_TARGET_WITH_DEFAULTS =
CompilerConfigurationKey.create("Generate default methods in interfaces");
@max.kammerer I think was the person who added those according to git blame.
Did the feature get implemented but did the flags never get exposed through the CLI?