Minor. Fix rebase
This commit is contained in:
-7
@@ -223,13 +223,6 @@ class K2JVMCompilerArguments : CommonCompilerArguments() {
|
|||||||
)
|
)
|
||||||
var noExceptionOnExplicitEqualsForBoxedNull by FreezableVar(false)
|
var noExceptionOnExplicitEqualsForBoxedNull by FreezableVar(false)
|
||||||
|
|
||||||
@Argument(
|
|
||||||
value = "-Xoutput-imports",
|
|
||||||
valueDescription = "<path>",
|
|
||||||
description = "Output imports from all compiled files to the specified file in JSON format"
|
|
||||||
)
|
|
||||||
var outputImports: String? by FreezableVar(null)
|
|
||||||
|
|
||||||
@Argument(
|
@Argument(
|
||||||
value = "-Xjvm-default-mode",
|
value = "-Xjvm-default-mode",
|
||||||
valueDescription = "{disable|enable|compatibility}",
|
valueDescription = "{disable|enable|compatibility}",
|
||||||
|
|||||||
Reference in New Issue
Block a user