Platform

bloop.config.Config.Platform
See thePlatform companion object
sealed abstract class Platform(val name: String)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Js
class Jvm
class Native

Members list

Type members

Types

Value members

Abstract methods

def config: Config
def mainClass: Option[String]

Concrete fields

val name: String