ModuleConfig

mill.main.buildgen.ModuleConfig
See theModuleConfig companion object
sealed trait ModuleConfig

Data for configuring a Mill build module.

Each subtype of this ADT maps to a module type defined in Mill. For example, ModuleConfig.JavaModule maps to mill.javalib.JavaModule and contains the data to configure tasks/members like mvnDeps/moduleDeps.

Attributes

Companion
object
Source
ModuleConfig.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
In this article