[Build] Opt in to IrSymbolInternals for some backend-specific modules

This commit is contained in:
Dmitriy Novozhilov
2023-10-19 13:34:19 +03:00
committed by Space Team
parent c8b7dbd352
commit 78a705a1bc
3 changed files with 6 additions and 0 deletions
@@ -62,6 +62,8 @@ sourceSets {
}
}
optInToIrSymbolInternals()
projectTest(jUnitMode = JUnitMode.JUnit5) {
dependsOn(":dist")
workingDir = rootDir
@@ -15,6 +15,8 @@ dependencies {
compileOnly(intellijCore())
}
optInToIrSymbolInternals()
sourceSets {
"main" { projectDefault() }
}
@@ -12,6 +12,8 @@ dependencies {
api(project(":compiler:frontend.java"))
}
optInToIrSymbolInternals()
sourceSets {
"main" {
projectDefault()