kt-mpp
Toggle table of contents
5.1.11
jvm
Platform filter
jvm
Switch theme
Search in API
kt-mpp
kt-mpp
/
io.github.gciatto.kt.mpp.utils
/
StableVersion
Stable
Version
data
class
StableVersion
(
val
major
:
Int
,
val
minor
:
Int
,
val
patch
:
Int
)
:
Comparable
<
StableVersion
>
Members
Constructors
Stable
Version
Link copied to clipboard
constructor
(
major
:
Int
,
minor
:
Int
,
patch
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
major
Link copied to clipboard
val
major
:
Int
minor
Link copied to clipboard
val
minor
:
Int
patch
Link copied to clipboard
val
patch
:
Int
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
StableVersion
)
:
Int
next
Major
Link copied to clipboard
fun
nextMajor
(
)
:
StableVersion
next
Minor
Link copied to clipboard
fun
nextMinor
(
)
:
StableVersion
next
Patch
Link copied to clipboard
fun
nextPatch
(
)
:
StableVersion
to
Version
String
Link copied to clipboard
fun
toVersionString
(
)
:
String