Make it possible to attach platforms with different versions to kotlin repo

This commit is contained in:
Nikita Bobko
2021-05-17 17:09:43 +02:00
parent cc34f65392
commit ac6c810d25
5 changed files with 127 additions and 84 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ include ":prepare:ide-plugin-dependencies:android-extensions-compiler-plugin-for
":prepare:ide-plugin-dependencies:compiler-components-for-jps",
":prepare:ide-plugin-dependencies:kotlin-compiler-tests-for-ide"
if (buildProperties.getBoolean("attachedIntellijVersion", false)) {
if (buildProperties.getOrNull("attachedIntellijVersion") != null) {
logger.info("Including kotlin-ide modules in settings.gradle")
new File(rootDir, "kotlin-ide").eachFileRecurse {
String fileName = it.name