[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) {
|
projectTest(jUnitMode = JUnitMode.JUnit5) {
|
||||||
dependsOn(":dist")
|
dependsOn(":dist")
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
|
|||||||
@@ -15,6 +15,8 @@ dependencies {
|
|||||||
compileOnly(intellijCore())
|
compileOnly(intellijCore())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
optInToIrSymbolInternals()
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,6 +12,8 @@ dependencies {
|
|||||||
api(project(":compiler:frontend.java"))
|
api(project(":compiler:frontend.java"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
optInToIrSymbolInternals()
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" {
|
"main" {
|
||||||
projectDefault()
|
projectDefault()
|
||||||
|
|||||||
Reference in New Issue
Block a user