[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
@@ -156,14 +156,13 @@ dependencies {
}
optInToExperimentalCompilerApi()
optInToIrSymbolInternals()
sourceSets {
"main" { projectDefault() }
"test" { projectDefault() }
}
optInToExperimentalCompilerApi()
testsJar()
useD8Plugin()