We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2a27eb + 6b03b89 commit f0492ebCopy full SHA for f0492eb
_overviews/scala3-migration/tutorial-prerequisites.md
@@ -101,10 +101,9 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.5.0")
101
102
### Scala Native
103
104
-Scala 3 does not yet support [Scala Native](https://scala-native.readthedocs.io/en/latest/).
+Scala 3 is now supported in Scala Native starting with [v0.4.3](https://scala-native.readthedocs.io/en/latest/changelog/0.4.3.html)
105
106
-If you project is cross-built to Scala Native, you can port it to Scala 3.
107
-But you will not be able to compile for the Native platform.
+The minimal version of Scala 3 supported by Scala Native is 3.1.0, due to fatal blockers in Scala 3.0.x
108
109
### Kind Projector
110
0 commit comments