Move frontend api modules out of ide modules

This commit is contained in:
Ilya Kirillov
2021-06-20 21:06:18 +02:00
parent 495a5136bb
commit 3e42ae03a9
+5 -5
View File
@@ -441,8 +441,6 @@ if (!buildProperties.getBoolean("disableKotlinPluginModules", false) && attached
":idea:jvm-debugger:jvm-debugger-test", ":idea:jvm-debugger:jvm-debugger-test",
":idea:scripting-support", ":idea:scripting-support",
":idea:idea-frontend-independent", ":idea:idea-frontend-independent",
":idea:idea-frontend-fir",
":idea:idea-frontend-api",
":libraries:tools:new-project-wizard", ":libraries:tools:new-project-wizard",
":idea:idea-new-project-wizard", ":idea:idea-new-project-wizard",
":libraries:tools:new-project-wizard:new-project-wizard-cli", ":libraries:tools:new-project-wizard:new-project-wizard-cli",
@@ -471,9 +469,7 @@ if (!buildProperties.getBoolean("disableKotlinPluginModules", false) && attached
":prepare:formatter", ":prepare:formatter",
":plugins:annotation-based-compiler-plugins-ide-support", ":plugins:annotation-based-compiler-plugins-ide-support",
":plugins:parcelize:parcelize-ide", ":plugins:parcelize:parcelize-ide",
":idea:idea-frontend-fir:idea-fir-low-level-api",
":idea:idea-frontend-fir:fir-low-level-api-ide-impl", ":idea:idea-frontend-fir:fir-low-level-api-ide-impl",
":idea:idea-frontend-fir:idea-frontend-fir-generator",
":idea:idea-fir-performance-tests", ":idea:idea-fir-performance-tests",
":plugins:lint", // TODO will this module be removed with other IDE modules? ":plugins:lint", // TODO will this module be removed with other IDE modules?
":compiler:android-tests", // TODO will this module be removed with other IDE modules? ":compiler:android-tests", // TODO will this module be removed with other IDE modules?
@@ -499,7 +495,11 @@ if (!buildProperties.getBoolean("disableKotlinPluginModules", false) && attached
logger.info("Old Kotlin plugin modules are disabled") logger.info("Old Kotlin plugin modules are disabled")
} }
include ":generators:frontend-api-generator" include ":generators:frontend-api-generator",
":idea:idea-frontend-fir:idea-fir-low-level-api",
":idea:idea-frontend-fir:idea-frontend-fir-generator",
":idea:idea-frontend-fir",
":idea:idea-frontend-api"
if (buildProperties.inJpsBuildIdeaSync) { if (buildProperties.inJpsBuildIdeaSync) {
include ":kotlin-stdlib:jps-build" include ":kotlin-stdlib:jps-build"