diff --git a/idea/resources/META-INF/plugin-common.xml b/idea/resources/META-INF/plugin-common.xml
index b2297849976..fc728f17802 100644
--- a/idea/resources/META-INF/plugin-common.xml
+++ b/idea/resources/META-INF/plugin-common.xml
@@ -132,8 +132,8 @@
-
+
diff --git a/prepare/idea-plugin/build.gradle.kts b/prepare/idea-plugin/build.gradle.kts
index 34f54cd646b..4fdbbbfcbaa 100644
--- a/prepare/idea-plugin/build.gradle.kts
+++ b/prepare/idea-plugin/build.gradle.kts
@@ -34,7 +34,8 @@ val projectsToShadow by extra(listOf(
":compiler:fir:cones",
":compiler:fir:resolve",
":compiler:fir:tree",
- ":compiler:fir:psi2fir"
+ ":compiler:fir:psi2fir",
+ ":idea:fir-view"
)
} else {
emptyArray()
@@ -46,7 +47,6 @@ val projectsToShadow by extra(listOf(
":idea:ide-common",
":idea",
":idea:idea-native",
- ":idea:fir-view",
":idea:idea-core",
":idea:idea-gradle",
":idea:idea-gradle-native",