From 929b5f727d3777b27f478da6a405f909e40d2321 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 8 Sep 2020 16:58:09 +0200 Subject: [PATCH] Build: add :compiler:fir:entrypoint to compilerModules This fixes FIR usage from the CLI compiler. --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 869c94d0379..1398595b3d2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -287,6 +287,7 @@ extra["compilerModules"] = arrayOf( ":compiler:fir:java", ":compiler:fir:jvm", ":compiler:fir:checkers", + ":compiler:fir:entrypoint", ":compiler:fir:analysis-tests" )