Make useIR available from Gradle KotlinJvmOptions
This commit is contained in:
committed by
Stanislav Erokhin
parent
8be6a1fe8a
commit
383239aff6
+1
@@ -69,6 +69,7 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
||||
|
||||
// Advanced options
|
||||
|
||||
@GradleOption(DefaultValues.BooleanFalseDefault::class)
|
||||
@Argument(value = "-Xuse-ir", description = "Use the IR backend")
|
||||
var useIR: Boolean by FreezableVar(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user