CrossVersion

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

Attributes

Companion
object
Source
CrossVersion.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
CrossVersion.scala

Concrete methods

def isBinary: Boolean

Attributes

Source
CrossVersion.scala
def isConstant: Boolean

Attributes

Source
CrossVersion.scala
def isFull: Boolean

Attributes

Source
CrossVersion.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
CrossVersion.scala