InvocationDependencies

mill.javalib.zinc.ZincWorker.InvocationDependencies
case class InvocationDependencies(log: Actions, consoleOut: ConsoleOut, compilerBridge: ZincCompilerBridgeProvider)

Dependencies of the invocation.

Can come either from the local ZincWorker running in JvmWorkerImpl or from a zinc worker running in a different process.

Attributes

Source
ZincWorker.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product