[IR] Mark IrSymbol.owner with OptIn annotation
^KT-60923 Fixed
This commit is contained in:
committed by
Space Team
parent
20da554443
commit
697d0d5638
@@ -50,6 +50,7 @@ dependencies {
|
||||
}
|
||||
|
||||
optInToExperimentalCompilerApi()
|
||||
optInToIrSymbolInternals()
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
|
||||
@@ -156,14 +156,13 @@ dependencies {
|
||||
}
|
||||
|
||||
optInToExperimentalCompilerApi()
|
||||
optInToIrSymbolInternals()
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
optInToExperimentalCompilerApi()
|
||||
|
||||
testsJar()
|
||||
useD8Plugin()
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@ dependencies {
|
||||
}
|
||||
|
||||
optInToExperimentalCompilerApi()
|
||||
optInToIrSymbolInternals()
|
||||
|
||||
val generationRoot = projectDir.resolve("tests-gen")
|
||||
|
||||
|
||||
@@ -25,6 +25,8 @@ dependencies {
|
||||
compileOnly(intellijCore())
|
||||
}
|
||||
|
||||
optInToIrSymbolInternals()
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" { none() }
|
||||
|
||||
@@ -13,6 +13,8 @@ dependencies {
|
||||
implementation(kotlinStdlib())
|
||||
}
|
||||
|
||||
optInToIrSymbolInternals()
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" { none() }
|
||||
|
||||
@@ -66,6 +66,7 @@ dependencies {
|
||||
}
|
||||
|
||||
optInToExperimentalCompilerApi()
|
||||
optInToIrSymbolInternals()
|
||||
|
||||
sourceSets {
|
||||
"main" { none() }
|
||||
|
||||
@@ -18,6 +18,8 @@ dependencies {
|
||||
compileOnly(commonDependency("org.jetbrains.intellij.deps:asm-all"))
|
||||
}
|
||||
|
||||
optInToIrSymbolInternals()
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" { none() }
|
||||
|
||||
Reference in New Issue
Block a user