Include FIR modules into compiler #KT-30243 Fixed
(cherry picked from commit 053aa8ca1e)
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
bd16c4629a
commit
3f6be95801
@@ -30,19 +30,13 @@ val projectsToShadow by extra(listOf(
|
||||
":idea:eval4j",
|
||||
":idea:formatter",
|
||||
":compiler:psi",
|
||||
*if (project.findProperty("fir.enabled") == "true") {
|
||||
arrayOf(
|
||||
":compiler:fir:cones",
|
||||
":compiler:fir:resolve",
|
||||
":compiler:fir:tree",
|
||||
":compiler:fir:java",
|
||||
":compiler:fir:psi2fir",
|
||||
":compiler:fir:fir2ir",
|
||||
":idea:fir-view"
|
||||
)
|
||||
} else {
|
||||
emptyArray()
|
||||
},
|
||||
":compiler:fir:cones",
|
||||
":compiler:fir:resolve",
|
||||
":compiler:fir:tree",
|
||||
":compiler:fir:java",
|
||||
":compiler:fir:psi2fir",
|
||||
":compiler:fir:fir2ir",
|
||||
":idea:fir-view",
|
||||
":compiler:frontend",
|
||||
":compiler:frontend.common",
|
||||
":compiler:frontend.java",
|
||||
|
||||
Reference in New Issue
Block a user