Do not suppress NPM related tasks, but be aware about checking of them in task graph

This commit is contained in:
Ilya Goncharov
2023-01-10 21:21:56 +01:00
committed by Space Team
parent 887547c445
commit d7c31f79a8
7 changed files with 0 additions and 47 deletions
@@ -4,8 +4,6 @@ plugins {
kotlin("multiplatform")
}
suppressYarnAndNpmForAssemble()
val commonMainSources by task<Sync> {
from(
"$rootDir/libraries/kotlin.test/common/src/main",
@@ -35,8 +35,6 @@ kotlin {
}
}
suppressYarnAndNpmForAssemble()
tasks.withType<KotlinCompile<*>>().configureEach {
kotlinOptions.freeCompilerArgs += listOf(
"-Xallow-kotlin-package",