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)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user