mill.scalalib.bsp

Members list

Type members

Classlikes

case class BspBuildTarget(displayName: Option[String], baseDirectory: Option[Path], tags: Seq[String], languageIds: Seq[String], canCompile: Boolean, canTest: Boolean, canRun: Boolean, canDebug: Boolean)

Attributes

Source
BspBuildTarget.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait BspModule extends Module

Attributes

Companion
object
Source
BspModule.scala
Supertypes
trait Module
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
trait JavaModule
trait JavaTests
trait KotlinTests
trait KotestTests
trait KspTests
trait MavenTests
trait SbtTests
trait ScalaTests
trait ScalaJSTests
trait KtfmtModule
object KtfmtModule
trait KotlinModule
trait DetektModule
trait KoverModule
trait KspModule
trait BomModule
trait JlinkModule
trait MavenModule
trait SbtModule
trait ScalaModule
trait UnidocModule
trait TestModule
trait AndroidJUnit
trait Junit4
trait Junit5
trait Munit
trait ScalaTest
trait Specs2
trait TestNg
trait Utest
trait Weaver
trait ZioTest
Show all
object BspModule

Attributes

Companion
trait
Source
BspModule.scala
Supertypes
class Object
trait Matchable
class Any
Self type
BspModule.type
case class BspUri(uri: String)

Attributes

Companion
object
Source
BspUri.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object BspUri

Attributes

Companion
class
Source
BspUri.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
BspUri.type

Attributes

Companion
object
Source
BuildScAwareness.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Source
BuildScAwareness.scala
Supertypes
class Object
trait Matchable
class Any
Self type
case class JvmBuildTarget(javaHome: Option[BspUri], javaVersion: Option[String])

Attributes

Companion
object
Source
JvmBuildTarget.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JvmBuildTarget.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ScalaBuildTarget(scalaOrganization: String, scalaVersion: String, scalaBinaryVersion: String, platform: ScalaPlatform, jars: Seq[String], jvmBuildTarget: Option[JvmBuildTarget])

Attributes

Companion
object
Source
ScalaBuildTarget.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ScalaBuildTarget.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
abstract class ScalaPlatform(val number: Int)

Attributes

Companion
object
Source
ScalaPlatform.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object JS
object JVM
object Native
object ScalaPlatform

Attributes

Companion
class
Source
ScalaPlatform.scala
Supertypes
class Object
trait Matchable
class Any
Self type