gtache / scalajs-gradle

A Gradle plugin adding basic functions to support Scala.js
20 stars 14 forks source link

Add support for cross-building projects #11

Open machaval opened 8 years ago

machaval commented 8 years ago

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?

lssilva commented 6 years ago

any update here?

barrybecker4 commented 6 years ago

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.