[JS] Remove kotlin-test-js build from JPS

kotlin-test-js is also built by JS IR backend
JS IR backend does not support JPS yet
This commit is contained in:
Svyatoslav Kuzmich
2019-11-14 18:02:56 +03:00
parent c8e5b2f2f8
commit a46e970f47
5 changed files with 17 additions and 11 deletions
@@ -19,7 +19,9 @@ convention.getPlugin(MavenPluginConvention::class.java).also {
}
dependencies {
archives(project(":kotlin-test:kotlin-test-js"))
if (!kotlinBuildProperties.isInJpsBuildIdeaSync) {
archives(project(":kotlin-test:kotlin-test-js"))
}
}
node {