izumi.sbtgen

package izumi.sbtgen

Members list

Concise view

Type members

Classlikes

case class Config(withJvm: Boolean, withSjs: Boolean, withSnat: Boolean, debug: Boolean, mergeTestScopes: Boolean, output: String, groups: Set[String], publishTests: Boolean, compactify: Boolean)

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Entrypoint

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class PreparedAggregate(id: ArtifactId, pathPrefix: Seq[String], aggregatedNames: Seq[String], platform: Platform, plugins: Plugins, isRoot: Boolean, enableProjectSharedAggSettings: Boolean, dontIncludeInSuperAgg: Boolean, settings: Seq[SettingDef])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class PreparedArtifact(name: ArtifactId, platform: BasePlatform, parentName: ArtifactId, settings: Seq[SettingDef], deps: Seq[ScopedDependency], libs: Seq[ScopedLibrary], sbtPlugins: PreparedPlugins)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class PreparedArtifactHeader(name: ArtifactId, path: String, platform: PreparedPlatform)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class PreparedCrossArtifact(header: PreparedArtifactHeader, settings: Seq[SettingDef], deps: Seq[ScopedDependency], libs: Seq[ScopedLibrary], sbtPlugins: PreparedPlugins, platformArtifacts: Seq[PreparedArtifact])

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Cross
object JvmOnly.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PreparedPlugins(enabled: Seq[Plugin], disabled: Seq[Plugin])

Attributes

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

Attributes

Graph
Supertypes
trait Renderers
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Renderer
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Renderer