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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user