CrossVersion

mill.scalalib.CrossVersion
See theCrossVersion companion object
sealed trait CrossVersion

Attributes

Companion
object
Source
Dep.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Binary
class Constant
class Full

Members list

Value members

Abstract methods

@Scaladoc(value = "/** If true, the cross-version suffix should start with a platform suffix if it exists */")
def platformed: Boolean

If true, the cross-version suffix should start with a platform suffix if it exists

If true, the cross-version suffix should start with a platform suffix if it exists

Attributes

Source
Dep.scala

Concrete methods

def isBinary: Boolean

Attributes

Source
Dep.scala
def isConstant: Boolean

Attributes

Source
Dep.scala
def isFull: Boolean

Attributes

Source
Dep.scala
@Scaladoc(value = "/** The string that should be appended to the module name to get the artifact name */")
def suffixString(binaryVersion: String, fullVersion: String, platformSuffix: String): String

The string that should be appended to the module name to get the artifact name

The string that should be appended to the module name to get the artifact name

Attributes

Source
Dep.scala