toggle menu
lib
jvm
switch theme
search in API
kore
/
dev.buijs.klutter.kore.project
/
Version
Version
data
class
Version
(
val
major
:
Int
,
val
minor
:
Int
,
val
patch
:
Int
)
Members
Members & Extensions
Constructors
Version
Link copied to clipboard
constructor
(
major
:
Int
,
minor
:
Int
,
patch
:
Int
)
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
pretty
Print
Link copied to clipboard
val
Version
.
prettyPrint
:
String