You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only difference between build.gralde and build.sbt
sbt enable the user to set zinc compiling order to javaThenScala but in gradle I cannot find a place to set the zinc compiling order so it is forced Mixed as we can see in the log.
And I'm not sure if the the sourceset for java will only be compiled with javac as expected and the sourceset for scala will be compiled with only scalac.
Thanks for the reading.
Br,
Nick
The text was updated successfully, but these errors were encountered:
Hi, I'm converting a sbt android project to use gradle android scala. The source code contains java and scala.
For my working repo
./gradlew compileDebugJava --debug
:https://gist.github.com/vmlinz/0438a7301a24ca820a49Experimenting repo
./gradlew compileDebugJava --debug
: https://gist.github.com/vmlinz/278b2ac854700f107bd6The only difference between build.gralde and build.sbt
sbt enable the user to set zinc compiling order to javaThenScala but in gradle I cannot find a place to set the zinc compiling order so it is forced Mixed as we can see in the log.
And I'm not sure if the the sourceset for java will only be compiled with javac as expected and the sourceset for scala will be compiled with only scalac.
Thanks for the reading.
Br,
Nick
The text was updated successfully, but these errors were encountered: