[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
@@ -72,7 +72,7 @@ dependencies {
|
||||
}
|
||||
|
||||
optInToExperimentalCompilerApi()
|
||||
optInToIrSymbolInternals()
|
||||
optInToUnsafeDuringIrConstructionAPI()
|
||||
|
||||
sourceSets {
|
||||
"main" { none() }
|
||||
|
||||
@@ -18,7 +18,7 @@ dependencies {
|
||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||
}
|
||||
|
||||
optInToIrSymbolInternals()
|
||||
optInToUnsafeDuringIrConstructionAPI()
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
|
||||
Reference in New Issue
Block a user