mill.kotlinlib.worker.impl

Members list

Type members

Classlikes

trait Compiler

Attributes

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

Attributes

Source
JsCompileImpl.scala
Supertypes
trait Compiler
class Object
trait Matchable
class Any
class JvmCompileBtApiImpl(val classpathSnapshotCache: Path) extends Compiler

Value parameters

classpathSnapshotCache

The path to store classpath snapshots for incremental compilation. Should live longer than the compile task itself, i.e. within a Worker or a persistent task.

Attributes

Source
JvmCompileBtApiImpl.scala
Supertypes
trait Compiler
class Object
trait Matchable
class Any
class JvmCompileImpl() extends Compiler

Attributes

Source
JvmCompileImpl.scala
Supertypes
trait Compiler
class Object
trait Matchable
class Any
class KotlinWorkerImpl(classpathSnapshotCache: Path, classpathSnapshotCacheIsStable: Boolean) extends KotlinWorker, AutoCloseable

Attributes

Source
KotlinWorkerImpl.scala
Supertypes
trait AutoCloseable
trait KotlinWorker
class Object
trait Matchable
class Any