Build: add :compiler:fir:entrypoint to compilerModules
This fixes FIR usage from the CLI compiler.
This commit is contained in:
@@ -287,6 +287,7 @@ extra["compilerModules"] = arrayOf(
|
|||||||
":compiler:fir:java",
|
":compiler:fir:java",
|
||||||
":compiler:fir:jvm",
|
":compiler:fir:jvm",
|
||||||
":compiler:fir:checkers",
|
":compiler:fir:checkers",
|
||||||
|
":compiler:fir:entrypoint",
|
||||||
":compiler:fir:analysis-tests"
|
":compiler:fir:analysis-tests"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user