bloop.integrations.gradle
Project extension to configure Bloop.
From the build definitions it can be used like the following:
bloop { targetDir = file("$projectDir/.bloop") compilerName = "scala-compiler" stdLibName = "scala-library" // or "scala3-library_3" includeSources = true includeJavaDoc = false }
(Since version ) see corresponding Javadoc for more information.
Project extension to configure Bloop.
From the build definitions it can be used like the following: