KotlinVersion
class KotlinVersion(val major: Int, val minor: Int, val patch: Int) : Comparable<KotlinVersion> (source)
Represents a version of the Kotlin standard library.
major, minor and patch are integer components of a version, they must be non-negative and not greater than 255 (MAX_COMPONENT_VALUE).
Since Kotlin
1.1Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard