BuildTarget

mill.scalanativelib.api.BuildTarget
See theBuildTarget companion trait
object BuildTarget

Attributes

Companion
trait
Source
ScalaNativeApi.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

@Scaladoc(value = "/** Link code as application */")
case object Application extends BuildTarget

Link code as application

Link code as application

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BuildTarget
class Object
trait Matchable
class Any
Show all
Self type
@Scaladoc(value = "/** Link code as shared/dynamic library */")
case object LibraryDynamic extends BuildTarget

Link code as shared/dynamic library

Link code as shared/dynamic library

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BuildTarget
class Object
trait Matchable
class Any
Show all
Self type
@Scaladoc(value = "/** Link code as static library */")
case object LibraryStatic extends BuildTarget

Link code as static library

Link code as static library

Attributes

Source
ScalaNativeApi.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait BuildTarget
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Implicits

Implicits

implicit val rw: ReadWriter[BuildTarget]

Attributes

Source
ScalaNativeApi.scala
implicit val rwApplication: ReadWriter[Application.type]

Attributes

Source
ScalaNativeApi.scala
implicit val rwLibraryDynamic: ReadWriter[LibraryDynamic.type]

Attributes

Source
ScalaNativeApi.scala
implicit val rwLibraryStatic: ReadWriter[LibraryStatic.type]

Attributes

Source
ScalaNativeApi.scala