mill.main.buildgen.BuildObject
See theBuildObject companion object
case class BuildObject(imports: SortedSet[String], companions: Companions, supertypes: Seq[String], inner: String, outer: String)
A Mill build module defined as a Scala object.
Value parameters
- companions
-
build companion objects defining constants
- imports
-
Scala import statements
- inner
-
Scala object code
- outer
-
additional Scala type definitions like base module traits
- supertypes
-
Scala supertypes inherited by the object
Attributes
Members list
In this article