Platform

io.github.matejcerny.sbtconfig.model.Platform
See thePlatform companion object
sealed abstract class Platform

Platform target for dependencies. Determines which sbt projects receive the dependency.

  • Shared → all platforms (JVM, JS, Native)
  • Jvm → JVM projects only
  • Js → Scala.js projects only
  • Native → Scala Native projects only

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Js
object Jvm
object Native
object Shared
In this article