Version
@Serializable(with = VersionSerializer.class )
kotlin-lib 10 / 10 / 2020
Version data class
Parameters
major
Incremented with major non backwards compatible changes occur
minor
Incremented with feature releases that don't destroy backwards compatibility
patch
Incremented with bug fixes that don't destroy backwards compatibility
Constructors
Properties
Functions
Link copied to clipboard
Checks if this is compatible with KOTLIN_LIB_VERSION
Checks if this is compatible with other