[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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user