mill.kotlinlib.ksp.KspWorkerModule
See theKspWorkerModule companion object
trait KspWorkerModule extends Module
Attributes
- Companion
- object
- Source
- KspWorkerModule.scala
- Graph
-
- Supertypes
- Known subtypes
-
object KspWorkerModule
Members list
Type members
Inherited classlikes
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
- Source
- Module.scala
- Supertypes
Value members
Concrete methods
def runKsp(kspWorkerArgs: KspWorkerArgs, kspWorker: KspWorker, symbolProcessorClassloader: ClassLoader, kspArgs: Seq[String]): Unit
Attributes
- Source
- KspWorkerModule.scala
Inherited methods
Attributes
- Inherited from:
- BaseClass
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
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
- Source
- Module.scala
In this article