Build: add :compiler:fir:entrypoint to compilerModules

This fixes FIR usage from the CLI compiler.
This commit is contained in:
Alexander Udalov
2020-09-08 16:58:09 +02:00
parent 7fb7dc0210
commit 929b5f727d
+1
View File
@@ -287,6 +287,7 @@ extra["compilerModules"] = arrayOf(
":compiler:fir:java",
":compiler:fir:jvm",
":compiler:fir:checkers",
":compiler:fir:entrypoint",
":compiler:fir:analysis-tests"
)