Version

interface Version : Comparable<Version>

An interface that implements a comparable version.

Inheritors

Properties

Link copied to clipboard
abstract val value: String

Complete version string

Functions

Link copied to clipboard
abstract operator override fun compareTo(other: Version): Int