[Build] Use -Xuse-k2 flag instead of -Xuse-fir

This commit is contained in:
Dmitriy Novozhilov
2022-05-24 11:07:20 +03:00
committed by teamcity
parent 7c19f3b1ca
commit c62257bbab
2 changed files with 2 additions and 2 deletions
@@ -163,7 +163,7 @@ fun Project.configureKotlinCompilationOptions() {
freeCompilerArgs += jvmCompilerArgs
if (useJvmFir && project.path !in projectsWithDisabledFirBootstrap) {
freeCompilerArgs += "-Xuse-fir"
freeCompilerArgs += "-Xuse-k2"
freeCompilerArgs += "-Xabi-stability=stable"
if (useFirLT) {
freeCompilerArgs += "-Xuse-fir-lt"