Alias

mill.define.ExternalModule.Alias
@Scaladoc(value = "/**\n * Allows you to define a new top-level [[ExternalModule]] that is simply an alias\n * to an existing one. Useful for renaming an [[ExternalModule]] while preserving\n * backwards compatibility to the existing implementation and name\n */")
class Alias(val value: ExternalModule)

Allows you to define a new top-level ExternalModule that is simply an alias to an existing one. Useful for renaming an ExternalModule while preserving backwards compatibility to the existing implementation and name

Attributes

Source
ExternalModule.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

Attributes

Source
ExternalModule.scala