File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ kotlin {
72
72
```
73
73
74
74
The instruction ` binaries.executable() ` explicitly instructs the Kotlin compiler to emit executable ` .js ` files.
75
- This is the default behavior when using the current Kotlin/JS compiler, but the instruction is explicitly required if you
76
- are working with the [ Kotlin/JS IR compiler] ( js-ir-compiler.md ) , or have set ` kotlin.js.generate.executable.default=false `
77
- in the ` gradle.properties ` file. In those cases, omitting ` binaries.executable() ` will cause the compiler to only generate
75
+ Omitting ` binaries.executable() ` will cause the compiler to only generate
78
76
Kotlin-internal library files, which can be used from other projects, but not run on their own.
79
77
80
78
> This is typically faster than creating executable files,
You can’t perform that action at this time.
0 commit comments