Hi, does anyone know a Kotlin/JS project that uses Kotlin Gradle Script ? I'd like to see examples to build a multiplatform website (using jvm to generate static files, and js for the rest) project
b
bashor
06/25/2018, 12:54 PM
let me know if you still have any problem with it.
l
louiscad
06/28/2018, 6:29 AM
@bashor I'm wondering how to use kotlin-dce-js with the plugins DSL and gradle.kts, and same for the frontend gradle plugin.
My biggest hurdle is that I don't know how to translate
apply plugin: 'somePluginName'
to the plugins DSL that brings typesafety to kts scripts