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 815a555 commit 6b707b0Copy full SHA for 6b707b0
build.gradle.kts
@@ -21,15 +21,13 @@ repositories {
21
}
22
23
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
-
28
jvm {
29
withJava()
30
31
js {
32
- browser()
+ browser {
+ binaries.executable()
+ }
33
34
sourceSets {
35
val commonMain by getting {
0 commit comments