toggle menu
semantic-versioning-kmp
0.1.0-SNAPSHOT
common
switch theme
search in API
semver-core
/
com.javiersc.semver
Package-level
declarations
Types
Properties
Types
Semantic
Version
Exception
Link copied to clipboard
class
SemanticVersionException
(
val
message
:
String
)
:
Exception
Version
Link copied to clipboard
class
Version
:
Comparable
<
Version
>
Properties
is
Alpha
Link copied to clipboard
val
Version
.
isAlpha
:
Boolean
val
String
.
isAlpha
:
Boolean
is
Beta
Link copied to clipboard
val
Version
.
isBeta
:
Boolean
val
String
.
isBeta
:
Boolean
is
Dev
Link copied to clipboard
val
Version
.
isDev
:
Boolean
val
String
.
isDev
:
Boolean
is
Not
Alpha
Link copied to clipboard
val
Version
.
isNotAlpha
:
Boolean
val
String
.
isNotAlpha
:
Boolean
is
Not
Beta
Link copied to clipboard
val
Version
.
isNotBeta
:
Boolean
val
String
.
isNotBeta
:
Boolean
is
Not
Dev
Link copied to clipboard
val
Version
.
isNotDev
:
Boolean
val
String
.
isNotDev
:
Boolean
is
Not
RC
Link copied to clipboard
val
Version
.
isNotRC
:
Boolean
val
String
.
isNotRC
:
Boolean
is
Not
Snapshot
Link copied to clipboard
val
Version
.
isNotSnapshot
:
Boolean
val
String
.
isNotSnapshot
:
Boolean
is
RC
Link copied to clipboard
val
Version
.
isRC
:
Boolean
val
String
.
isRC
:
Boolean
is
Snapshot
Link copied to clipboard
val
Version
.
isSnapshot
:
Boolean
val
String
.
isSnapshot
:
Boolean