[Wasm] Temporary task to provide wasm stdlib tests

This commit is contained in:
Igor Yakovlev
2023-08-03 14:25:52 +02:00
committed by Zalim Bashorov
parent a13e16cb77
commit 223e590dcd
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
tasks.create("check") {
dependsOn(tasks.findByPath(":kotlin-stdlib-wasm-js:check"))
}