Skip to content

Commit 0003f72

Browse files
Remove pre-IR compiler behavior clarifications (#4753)
1 parent ab56cf7 commit 0003f72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/topics/js/js-project-setup.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ kotlin {
7272
```
7373

7474
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
7876
Kotlin-internal library files, which can be used from other projects, but not run on their own.
7977

8078
> This is typically faster than creating executable files,

0 commit comments

Comments
 (0)