how can I use `compileKotlin2Js` closure with grad...
# gradle
m
how can I use
compileKotlin2Js
closure with gradle-kotlin-script? right now I'm using
project.tasks.withType<Kotlin2JsCompile> { kotlinOptions { ... } }
but maybe there is a better, idiomatic way?