Skip to content

Commit 828d01a

Browse files
committed
Disable wasmJs in test-suites project due to lack of support in okio
1 parent e767891 commit 828d01a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test-suites/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ kotlin {
3030
js(IR) {
3131
nodejs()
3232
}
33-
wasmJs {
34-
nodejs()
35-
}
33+
// wasmJs target is not added because the okio does not provide a dependency to use FileSystem API in wasmJs target
3634
applyDefaultHierarchyTemplate()
3735

3836
val macOsTargets =

0 commit comments

Comments
 (0)