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.
1 parent f85914c commit 0d480b1Copy full SHA for 0d480b1
project/Build.scala
@@ -775,8 +775,8 @@ object Build {
775
lazy val dottyLibrarySettings = Seq(
776
libraryDependencies += "org.scala-lang" % "scala-library" % scalacVersion,
777
// Add version-specific source directories:
778
- // - files in src-bootstrapped will only be compiled by dotty-bootstrapped
779
- // - files in src-non-bootstrapped will only be compiled by dotty non-bootstrapped
+ // - files in src-non-bootstrapped will only be compiled by the reference compiler (scalac)
+ // - files in src-bootstrapped will only be compiled by the current dotty compiler (non-bootstrapped and bootstrapped)
780
unmanagedSourceDirectories in Compile += {
781
val baseDir = baseDirectory.value
782
if (isDotty.value)
0 commit comments