CLOVIS
01/17/2025, 8:30 PMThe instructionexplicitly instructs the Kotlin compiler to emit executablebinaries.executable()
files. This is the default behavior when using the current Kotlin/JS compiler, but the instruction is explicitly required if you are working with the Kotlin/JS IR compiler, or have set.js
in thekotlin.js.generate.executable.default=false
file.gradle.properties
https://kotlinlang.org/docs/js-project-setup.html#execution-environmentsIsn't the IR compiler the only one available now?
turansky
01/17/2025, 10:19 PMCLOVIS
01/18/2025, 9:33 AMbinaries.executable()
is never the default now, right? Should the documentation be changed? It's very confusingCLOVIS
01/18/2025, 9:34 AMkotlin.js.generate.executable.default=false
still use")turansky
01/18/2025, 10:11 AMShould the documentation be changed?Yes, PR is required 😉
turansky
01/18/2025, 10:13 AM(my initial question was "isstill use")kotlin.js.generate.executable.default=false
false
duplicates default and has no senseCLOVIS
01/18/2025, 10:14 AMCLOVIS
01/18/2025, 10:14 AMYes, PR is required 😉I wish I had the time… Is there a way to track this somehow?
turansky
01/18/2025, 10:25 AM