Compiler

mill.kotlinlib.worker.impl.Compiler
trait Compiler

Attributes

Source
Compiler.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def compile(args: Seq[String], sources: Seq[Path], classpath: Seq[PathRef])(using ctx: TaskCtx): (Int, String)

Value parameters

args

Compiler arguments.

classpath

Compilation classpath, useful for incremental compilation.

sources

Source files to compile.

Attributes

Source
Compiler.scala