Hello everyone, do someone know if there is a way ...
# javascript
j
Hello everyone, do someone know if there is a way to compile Kotlin to JS in the command line (without using Gradle build tool). Thanks!
Sorry, my fault
kotlinc-js
does just that
a
What is the reason for not using Gradle for this? Just out of curiosity :)
j
Just checking the options... Gradle hasn't been working great for me lately, I have to put a lot of effort to keep it updated with the latest releases, and I don't see a big speed up over Maven
a
Clear, that makes sense.
👍 1