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!
jaguililla
10/09/2024, 8:52 AM
Sorry, my fault
kotlinc-js
does just that
a
Arjan van Wieringen
10/09/2024, 4:08 PM
What is the reason for not using Gradle for this? Just out of curiosity :)
j
jaguililla
10/09/2024, 4:19 PM
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