Add CrossCompat
migration rule that produces code which cross-compiles with 2.12-
#19
Milestone
CrossCompat
migration rule that produces code which cross-compiles with 2.12-
#19
The
NewCollections
migration rule produces code that only compiles with Scala 2.13.0. This is fine for applications, but libraries usually cross compile to several Scala versions.We should add another migration rule (e.g.
CrossCompat
), which would produce code that happily cross-compiles with all the Scala versions supported by thescala-collection-compat
module.Compared to the
NewCollections
rule, theCrossCompat
rule should:scala.collection.compat._
when necessary.The text was updated successfully, but these errors were encountered: