We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca316a commit bbb796eCopy full SHA for bbb796e
build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-multiplatform.gradle.kts
@@ -43,13 +43,11 @@ kotlin {
43
nodejs()
44
// Disabled because we can't exclude some tests: https://youtrack.jetbrains.com/issue/KT-58291
45
// browser()
46
- binaries.executable()
47
}
48
49
@OptIn(org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl::class)
50
wasmWasi {
51
52
53
54
55
sourceSets {
0 commit comments