diff --git a/prepare/idea-plugin/build.gradle.kts b/prepare/idea-plugin/build.gradle.kts index 840778ec55e..68970b60edc 100644 --- a/prepare/idea-plugin/build.gradle.kts +++ b/prepare/idea-plugin/build.gradle.kts @@ -47,6 +47,7 @@ val projectsToShadow by extra(listOf( ":compiler:fir:java", ":compiler:fir:jvm", ":compiler:fir:raw-fir:psi2fir", + ":compiler:fir:raw-fir:fir-common", ":compiler:fir:fir2ir", ":compiler:fir:fir2ir:jvm-backend", ":compiler:frontend",