BaseModule
mill.define.BaseModule
@Scaladoc(value = "/**\n * Represents a module at the root of a module tree. This can either be a\n * `mill.define.RootModule` representing the `build.mill` file, or a\n * `mill.define.ExternalModule` provided by a library.\n */")
abstract class BaseModule(millSourcePath0: Path, external0: Boolean)(implicit millModuleEnclosing0: Enclosing, millModuleLine0: Line, millFile0: File) extends BaseClass, Module
Represents a module at the root of a module tree. This can either be a mill.define.RootModule
representing the build.mill
file, or a mill.define.ExternalModule
provided by a library.
Attributes
- Source
- BaseModule.scala
- Graph
-
- Supertypes
- Known subtypes
-
class ExternalModuleobject PalantirFormatModuleobject Koverobject KtfmtModuleobject KtlintModuleobject KotlinWorkerModuleobject VisualizeModuleobject Giter8Moduleobject ScalafmtModuleobject ScalafmtWorkerModuleobject Dependencyobject PublishModuleobject ZincWorkerModuletrait MainModuleclass RootModule
Members list
In this article