[IR] Rename IrSymbolInternals to UnsafeDuringIrConstructionAPI
The new name more precisely describes the meaning of this opt-int
This commit is contained in:
committed by
Space Team
parent
38ebe60e9f
commit
fb8bf19091
@@ -411,8 +411,8 @@ fun Project.optInToExperimentalCompilerApi() {
|
||||
optInTo("org.jetbrains.kotlin.compiler.plugin.ExperimentalCompilerApi")
|
||||
}
|
||||
|
||||
fun Project.optInToIrSymbolInternals() {
|
||||
optInTo("org.jetbrains.kotlin.ir.symbols.IrSymbolInternals")
|
||||
fun Project.optInToUnsafeDuringIrConstructionAPI() {
|
||||
optInTo("org.jetbrains.kotlin.ir.symbols.UnsafeDuringIrConstructionAPI")
|
||||
}
|
||||
|
||||
fun Project.optInToObsoleteDescriptorBasedAPI() {
|
||||
|
||||
Reference in New Issue
Block a user