mill.kotlinlib.worker.impl
package mill.kotlinlib.worker.impl
Members list
Type members
Classlikes
trait Compiler
Attributes
- Source
- Compiler.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
class JsCompileImpl extends Compiler
Attributes
- Source
- JsCompileImpl.scala
- Supertypes
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
class JvmCompileImpl() extends Compiler
Attributes
- Source
- JvmCompileImpl.scala
- Supertypes
class KotlinWorkerImpl(classpathSnapshotCache: Path, classpathSnapshotCacheIsStable: Boolean) extends KotlinWorker, AutoCloseable
Attributes
- Source
- KotlinWorkerImpl.scala
- Supertypes
In this article