dasralph
01/03/2021, 11:28 AM./gradlew clean compileProductionExecutableKotlinJs
. But compileProductionExecutableKotlinJs
does not appear in the ./gradlew tasks
list, so I assume it is not the right one.
Which Gradle task should I use?andylamax
01/05/2021, 4:19 PMcompileProductionExecutableKotlinJs
you need to add
js(IR) {
// your configuration
binaries.executable()
}