ExternalModule
mill.define.ExternalModule
@Scaladoc(value = "/**\n * A module defined outside of the `build.mill` file, and is instead\n * provided builtin by some Mill library or plugin\n */")
abstract class ExternalModule(implicit millModuleEnclosing0: Enclosing, millModuleLine0: Line, millFile0: File) extends BaseModule
A module defined outside of the build.mill
file, and is instead provided builtin by some Mill library or plugin
Attributes
- Source
- ExternalModule.scala
- Graph
-
- Supertypes
-
class BaseModuletrait Moduletrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass Any
- Known subtypes
-
object PalantirFormatModuleobject Koverobject KtfmtModuleobject KtlintModuleobject KotlinWorkerModuleobject VisualizeModuleobject Giter8Moduleobject ScalafmtModuleobject ScalafmtWorkerModuleobject Dependencyobject PublishModuleobject ZincWorkerModule
Members list
Inherited
- Not inherited
- BaseModule
- Module
Keywords
- no keywords
- implicit
- override
In this article