GenConfig

izumi.sbtgen.model.GenConfig
case class GenConfig(jvm: Boolean, js: Boolean, native: Boolean, debug: Boolean, mergeTestScopes: Boolean, settings: GlobalSettings, output: String, onlyGroups: Set[String], publishTests: Boolean, compactify: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def jvmOnly: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product