3 lines
89 B
Kotlin
3 lines
89 B
Kotlin
tasks.create("check") {
|
|
dependsOn(tasks.findByPath(":kotlin-stdlib-wasm-js:check"))
|
|
} |