Hi, does anyone know a Kotlin/JS project that uses...
# javascript
l
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
let me know if you still have any problem with it.
l
@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