Build: update pill comments in build scripts to distinguish from JPS

This commit is contained in:
Sergey Rostov
2019-01-21 07:29:55 +03:00
parent 2dad03f817
commit e8e2a5b047
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ val pluginXmlPath = "META-INF/plugin.xml"
val platformDepsJarName = "kotlinNative-platformDeps.jar"
val pluginXmlLocation = File(buildDir, "pluginXml")
// Do not rename, used in JPS importer
// Do not rename, used in pill importer
val projectsToShadow by extra(listOf(
":kotlin-ultimate:cidr-native",
":kotlin-ultimate:appcode-native"))