scalajs-gradle
scalajs-gradle copied to clipboard
Add support for cross-building projects
I currently have a project that compiles to jvm and js using the cross build feature https://www.scala-js.org/doc/project/cross-build.html . I'm trying to migrate to gradle but in order to do this I need to figure out a way to do this. Is there any way?
any update here?
With java web start being remove from java, I am thinking about using scala.js as an alternative way to deploy to the web. It would be great if I could find a way to cross-build using gradle.