kotlin.KotlinVersion
KotlinVersion
class KotlinVersion : Comparable<KotlinVersion>
Platform and version requirements: Kotlin 1.1
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).