Do not suppress NPM related tasks, but be aware about checking of them in task graph
This commit is contained in:
committed by
Space Team
parent
887547c445
commit
d7c31f79a8
@@ -10,8 +10,6 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
suppressYarnAndNpmForAssemble()
|
||||
|
||||
val commonMainSources by task<Sync> {
|
||||
dependsOn(":kotlin-stdlib-js-ir:commonMainSources")
|
||||
from {
|
||||
|
||||
@@ -16,8 +16,6 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
suppressYarnAndNpmForAssemble()
|
||||
|
||||
val unimplementedNativeBuiltIns =
|
||||
(file("$rootDir/core/builtins/native/kotlin/").list().toSortedSet() - file("$rootDir/libraries/stdlib/js-ir/builtins/").list())
|
||||
.map { "core/builtins/native/kotlin/$it" }
|
||||
|
||||
@@ -7,8 +7,6 @@ plugins {
|
||||
kotlin("multiplatform")
|
||||
}
|
||||
|
||||
suppressYarnAndNpmForAssemble()
|
||||
|
||||
description = "Kotlin Standard Library for experimental WebAssembly platform"
|
||||
|
||||
val unimplementedNativeBuiltIns =
|
||||
|
||||
Reference in New Issue
Block a user