All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mill.scalalib.bsp.ScalaPlatform.scala Maven / Gradle / Ivy

The newest version!
package mill.scalalib.bsp

abstract class ScalaPlatform(val number: Int)

object ScalaPlatform {
  case object JVM extends ScalaPlatform(1)
  case object JS extends ScalaPlatform(2)
  case object Native extends ScalaPlatform(3)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy