[Build] Opt in to IrSymbolInternals for some backend-specific modules
This commit is contained in:
committed by
Space Team
parent
c8b7dbd352
commit
78a705a1bc
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user