KotlinWorkerManager

mill.kotlinlib.KotlinWorkerManager
See theKotlinWorkerManager companion class
object KotlinWorkerManager extends ExternalModule

Attributes

Companion
class
Graph
Supertypes
class ExternalModule
class RootModule0
trait BaseModuleApi
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill

Attributes

Inherited from:
Module
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(toolsClassLoader: ClassLoader)(implicit ctx: TaskCtx): KotlinWorker

Inherited methods

def moduleCtx: ModuleCtx

Attributes

Inherited from:
RootModule0
def moduleDir: Path

Attributes

Inherited from:
Module
def moduleDirectChildren: Seq[Module]

Attributes

Inherited from:
Module
override def moduleSegments: Segments

Attributes

Definition Classes
ExternalModule -> Module -> ModuleApi
Inherited from:
ExternalModule
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Module -> Any
Inherited from:
Module