bloop.integrations.gradle
Project extension to configure Bloop.
For each property we have a private variable and a set of interface functions to support convenient access from Scala, Java and the Groovy DSL.
From the build definitions it can be used like the following:
bloop { targetDir "$projectDir/.bloop" mainSourceSet "main" compilerName "scala-compiler" }
Project extension to configure Bloop.
For each property we have a private variable and a set of interface functions to support convenient access from Scala, Java and the Groovy DSL.
From the build definitions it can be used like the following: