[IR] Mark IrSymbol.owner with OptIn annotation

^KT-60923 Fixed
This commit is contained in:
Dmitriy Novozhilov
2023-08-03 12:33:55 +03:00
committed by Space Team
parent 20da554443
commit 697d0d5638
28 changed files with 70 additions and 7 deletions
@@ -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() }