ScalaNative

scala.build.preprocessing.directives.ScalaNative
See theScalaNative companion object
final case class ScalaNative(nativeGc: Option[String], nativeMode: Option[String], nativeLto: Option[String], nativeVersion: Option[String], nativeCompile: List[String], nativeLinking: List[String], nativeClang: Option[String], nativeClangPP: Option[String], nativeEmbedResources: Option[Boolean], nativeTarget: Option[String]) extends HasBuildOptions

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def buildOptions: Either[BuildException, BuildOptions]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product