[IR] Rename IrSymbolInternals to UnsafeDuringIrConstructionAPI

The new name more precisely describes the meaning of this opt-int
This commit is contained in:
Dmitriy Novozhilov
2023-10-23 17:11:58 +03:00
committed by Space Team
parent 38ebe60e9f
commit fb8bf19091
59 changed files with 146 additions and 151 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ compileCompilerKotlin {
'-Xskip-prerelease-check']
}
TasksKt.optInToIrSymbolInternals(project)
TasksKt.optInToUnsafeDuringIrConstructionAPI(project)
compileCli_bcKotlin {
kotlinOptions.freeCompilerArgs += ['-Xskip-prerelease-check']