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

This commit is contained in:
Dmitriy Novozhilov
2019-11-08 15:18:57 +03:00
parent 45523a5767
commit e6b005a7dc
+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) {