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 4aaff32 commit f4096acCopy full SHA for f4096ac
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -10,7 +10,7 @@ lazy val compilerVersion: String =
10
val file = communitybuildDir.resolve("scala3-bootstrapped.version")
11
new String(Files.readAllBytes(file), UTF_8)
12
13
-lazy val isExperimentalCompiler: Boolean =
+lazy val compilerSupportExperimental: Boolean =
14
compilerVersion.contains("SNAPSHOT") || compilerVersion.contains("NIGHTLY")
15
16
lazy val sbtPluginFilePath: String =
0 commit comments