portable-scala/sbt-crossproject

support dotty?

xuwei-k opened this issue · 2 comments

support dotty?
sjrd commented

Dotty is not a different platform, it's a different scalaVersion. There's no need for sbt-crossproject to support Dotty per se.

densh commented

Agreed with @sjrd, the goal of sbt-crossproject is to cross-build over target platforms, not versions of the source language.