Fix -Xuse-mixed-named-arguments compiler arg

This commit is contained in:
Dmitriy Novozhilov
2019-11-08 15:17:41 +03:00
parent 8561f08f06
commit 45523a5767
5 changed files with 28 additions and 1 deletions
@@ -311,7 +311,7 @@ abstract class CommonCompilerArguments : CommonToolArguments() {
value = "-Xuse-mixed-named-arguments",
description = "Enable Support named arguments in their own position even if the result appears as mixed"
)
val useMixedNamedArguments: Boolean by FreezableVar(false)
var useMixedNamedArguments: Boolean by FreezableVar(false)
@Argument(value = "-Xdisable-default-scripting-plugin", description = "Do not enable scripting plugin by default")
var disableDefaultScriptingPlugin: Boolean by FreezableVar(false)