mill.javalib.api.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
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
-
Inherited from:
-
Product
-
Source
-
Product.scala
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
-
Returns
-
in the default implementation, an Iterator[Any]
-
Inherited from:
-
Product
-
Source
-
Product.scala