Add jvm8 target key, added jvm 8 option to bytecode tool window
IsJava8 renamed to isJvm8
This commit is contained in:
committed by
Mikhael Bogdanov
parent
96f892d60c
commit
0ae2175a00
@@ -57,6 +57,9 @@ public class JVMConfigurationKeys {
|
||||
public static final CompilerConfigurationKey<Boolean> USE_TYPE_TABLE =
|
||||
CompilerConfigurationKey.create("use type table in serializer");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> JVM_8_TARGET =
|
||||
CompilerConfigurationKey.create("compile to jvm 8");
|
||||
|
||||
public static final CompilerConfigurationKey<IncrementalCompilationComponents> INCREMENTAL_COMPILATION_COMPONENTS =
|
||||
CompilerConfigurationKey.create("incremental cache provider");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user