BaseModule
mill.api.BaseModule
@Scaladoc(value = "/**\n * Represents a module at the root of a module tree. This can either be a\n * `mill.api.RootModule` representing the `build.mill` file, or a\n * `mill.api.ExternalModule` provided by a library.\n */")
abstract class BaseModule(millSourcePath0: Path, external0: Boolean)(implicit millModuleEnclosing0: Enclosing, millModuleLine0: Line, millFile0: File) extends BaseClass, Module, BaseModuleApi
Represents a module at the root of a module tree. This can either be a mill.api.RootModule
representing the build.mill
file, or a mill.api.ExternalModule
provided by a library.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class RootModule0class ExternalModule
Members list
In this article