Skip to content

Commit 6b707b0

Browse files
Add binaries.executable()
Remove "target configuration omitted"
1 parent 815a555 commit 6b707b0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.gradle.kts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,13 @@ repositories {
2121
}
2222

2323
kotlin {
24-
/* Targets configuration omitted.
25-
* To find out how to configure the targets, please follow the link:
26-
* https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-targets */
27-
2824
jvm {
2925
withJava()
3026
}
3127
js {
32-
browser()
28+
browser {
29+
binaries.executable()
30+
}
3331
}
3432
sourceSets {
3533
val commonMain by getting {

0 commit comments

Comments
 (0)