[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
@@ -15,6 +15,8 @@ dependencies {
compileOnly(intellijCore())
}
optInToIrSymbolInternals()
sourceSets {
"main" { projectDefault() }
}