We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fa7bc commit 57967a0Copy full SHA for 57967a0
project/Build.scala
@@ -1205,6 +1205,7 @@ object Build {
1205
Compile / unmanagedSourceDirectories += baseDirectory.value / "src-bootstrapped",
1206
Compile / unmanagedResourceDirectories := Seq(baseDirectory.value / "resources"),
1207
Compile / compile / scalacOptions ++= Seq(
1208
+ /* TODO: enable for Scala 3.9: "-opt", "-opt-inline:**,!java.**", */
1209
// Needed so that the library sources are visible when `dotty.tools.dotc.core.Definitions#init` is called
1210
"-sourcepath", (Compile / sourceDirectories).value.map(_.getCanonicalPath).distinct.mkString(File.pathSeparator),
1211
),
0 commit comments