I'm looking for a sample / tutorial on how to conf...
# javascript
s
I'm looking for a sample / tutorial on how to configure a js app with kotlin code along with npm packages using the new
org.jetbrains.kotlin.js
gradle plugin available since Kotlin 1.3.40 release. Could you recommend any?
All I can find are examples using old kotlin frontend plugin which is deprecated now in favour of the kotlin.js one.
s
There is no documention and tutorials at this moment, sorry. Here is some example: https://github.com/snrostov/kotlin-full-stack-application-demo/blob/snrostov/kotlin-1.3.40/client/build.gradle
s
Thank you!
a
👍🏻