[Build] Add build-tools-api and build-tools-impl modules

#KT-57396 In Progress
This commit is contained in:
Alexander.Likhachev
2023-03-17 13:57:54 +01:00
committed by Space Team
parent 3ab057b5e8
commit 3a8d7c0839
10 changed files with 74 additions and 0 deletions
+3
View File
@@ -378,6 +378,9 @@ if (!buildProperties.inJpsBuildIdeaSync) {
":prepare:ide-plugin-dependencies:kotlin-compiler-fir-for-ide"
}
include ":compiler:build-tools:build-tools-api",
":compiler:build-tools:build-tools-impl"
void intellij(String imlPath) {
File imlFile = new File("${rootDir}/intellij/community/plugins/kotlin/${imlPath}")
imlFile = imlFile.exists() ? imlFile : new File("${rootDir}/intellij/plugins/kotlin/${imlPath}")