Enable -Xuse-mixed-named-arguments feature for compiler project

This commit is contained in:
Dmitriy Novozhilov
2019-11-09 11:28:46 +03:00
parent be4ae5d7ba
commit 0c190f6040
+1 -1
View File
@@ -14,7 +14,7 @@ val newInferenceEnabled: Boolean by rootProject.extra
configureFreeCompilerArg(effectSystemEnabled, "-Xeffect-system")
configureFreeCompilerArg(newInferenceEnabled, "-Xnew-inference")
// configureFreeCompilerArg(true, "-Xuse-mixed-named-arguments")
configureFreeCompilerArg(true, "-Xuse-mixed-named-arguments")
fun configureFreeCompilerArg(isEnabled: Boolean, compilerArgument: String) {
if (isEnabled) {