JVM_IR: call serialization for IR.
Serializer for IR is called when -Xserialize-ir flag is set.
This commit is contained in:
committed by
TeamCityServer
parent
9efd0d7589
commit
b2617199bc
@@ -152,4 +152,7 @@ public class JVMConfigurationKeys {
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> NO_REFLECT =
|
||||
CompilerConfigurationKey.create("Don't automatically include kotlin-reflect.jar into the output if the output is a jar");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> SERIALIZE_IR =
|
||||
CompilerConfigurationKey.create("serialize IR to class metadata");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user