ExternalModule

mill.define.ExternalModule
See theExternalModule companion class

Attributes

Companion
class
Source
ExternalModule.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

@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

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
Supertypes
class Object
trait Matchable
class Any