Update Kotlin repo for bootstrap update

^KT-27301 Fixed
This commit is contained in:
Yahor Berdnikau
2022-09-16 13:17:15 +02:00
parent e606018372
commit e94c1ea0ed
8 changed files with 16 additions and 1 deletions
+3 -1
View File
@@ -179,7 +179,9 @@ compileTestKotlin {
"-XXLanguage:+RangeUntilOperator",
]
// This is needed for JavaTypeTest; typeOf for non-reified type parameters doesn't work otherwise, for implementation reasons.
freeCompilerArgs.remove("-Xno-optimized-callable-references")
def args = new ArrayList(freeCompilerArgs)
args.remove("-Xno-optimized-callable-references")
freeCompilerArgs = args
}
}