Skip to content

Commit 5b6f2c6

Browse files
authored
Don't build JS and Wasm executable files (#249)
1 parent d0656e4 commit 5b6f2c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-multiplatform.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,11 @@ kotlin {
4343
nodejs()
4444
// Disabled because we can't exclude some tests: https://youtrack.jetbrains.com/issue/KT-58291
4545
// browser()
46-
binaries.executable()
4746
}
4847

4948
@OptIn(org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl::class)
5049
wasmWasi {
5150
nodejs()
52-
binaries.executable()
5351
}
5452

5553
sourceSets {

0 commit comments

Comments
 (0)