s it possible to use kotlin js with target { browser{}} where you define npm dependencies in the gradle build and your kotlin is converted to js and the related dependencies are packaged so that there is a simple list of js files to include in a page?
i
Ilya Goncharov [JB]
01/30/2020, 9:04 PM
If you use our gradle plugin, you can just run build script and it produces for you js bundle with all dependencies
You need to include only this one js bundle
c
corneil
01/31/2020, 11:04 AM
Thanks, I figured out that the file ending up in build/distribution was all I needed.
Here is my sample project using the FSM in the browser:
https://github.com/open-jumpco/kfsm-web