mill.javalib.internal.ZincCompilerBridgeProvider
See theZincCompilerBridgeProvider companion class
object ZincCompilerBridgeProvider
Attributes
- Companion
- class
- Source
- ZincCompilerBridgeProvider.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
trait Acquire
Provides the compiler bridge.
Provides the compiler bridge.
Attributes
- Source
- ZincCompilerBridgeProvider.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- ZincCompilerBridgeProvider.scala
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
def compile(logInfo: String => Unit, workingDir: Path, compileDest: Path, scalaVersion: String, compilerClasspath: Seq[Path], compilerBridgeClasspath: Seq[Path], compilerBridgeSourcesJar: Path): Unit
Compile the sbt
/Zinc compiler bridge in the compileDest
directory
Compile the sbt
/Zinc compiler bridge in the compileDest
directory
Attributes
In this article