[Build] Add build-tools-api and build-tools-impl modules
#KT-57396 In Progress
This commit is contained in:
committed by
Space Team
parent
3ab057b5e8
commit
3a8d7c0839
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user