Remove :idea prefix in IDE FIR modules which are going to stay in kotlin repo
This commit fixes not possibility to build project with `disableKotlinPluginModules` flag on because Gradle tries to resolve `:idea` module which is disabled
This commit is contained in:
committed by
teamcityserver
parent
40872dd4ca
commit
938cd955e1
@@ -106,9 +106,9 @@ val projectsToShadow by extra(listOf(
|
||||
":idea:idea-git",
|
||||
":idea:idea-jps-common",
|
||||
":idea:idea-frontend-independent",
|
||||
":idea:idea-frontend-fir",
|
||||
":idea:idea-frontend-api",
|
||||
":idea:idea-frontend-fir:idea-fir-low-level-api",
|
||||
":idea-frontend-fir",
|
||||
":idea-frontend-api",
|
||||
":idea-frontend-fir:idea-fir-low-level-api",
|
||||
":idea:idea-frontend-fir:fir-low-level-api-ide-impl",
|
||||
":idea:idea-fir-performance-tests",
|
||||
":idea:idea-fir",
|
||||
|
||||
Reference in New Issue
Block a user