From 4fd773a38b6b62abdde9618426e72f930d529bd7 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Thu, 10 Jan 2019 11:16:58 +0300 Subject: [PATCH] IDEA plugin: remove "Show FIR action" and fir-view without fir.enabled #KT-28813 Fixed (it's planned to include FIR in artifacts after 1.3.30) --- idea/resources/META-INF/plugin-common.xml | 4 ++-- prepare/idea-plugin/build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",