NotCompiled

mill.javalib.internal.ZincCompilerBridgeProvider.AcquireResult.NotCompiled
final case class NotCompiled[+Path](classpath: Seq[Path], bridgeSourcesJar: Path)

The compiler bridge is not compiled yet and needs to be compiled.

Value parameters

bridgeSourcesJar

The path to the compiler bridge sources jar.

classpath

The classpath to use to compile the compiler bridge.

Attributes

Source
ZincCompilerBridgeProvider.scala

Members list

Value members

Inherited methods

def fullClasspath: Vector[Path]

Attributes

Inherited from:
AcquireResult
Source
ZincCompilerBridgeProvider.scala
def map[B](f: Path => B): AcquireResult[B]

Attributes

Inherited from:
AcquireResult
Source
ZincCompilerBridgeProvider.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product