Hi, most of my project compiles to jvm but there i...
# gradle
i
Hi, most of my project compiles to jvm but there is one JavaScript file that I would like to write in Kotlin. Can I configure Gradle to compile my main project as normal, but also compile some code to JavaScript, which then gets deployed to a resource folder?