kotlin-stdlib / kotlin / KotlinVersion / <init> <init> Common JVM JS Native 1.0 KotlinVersion ( major : Int , minor : Int ) Creates a version from major and minor components, leaving patch component zero. Common JVM JS Native 1.0 KotlinVersion ( major : Int , minor : Int , patch : Int ) Creates a version from all three components. Constructor Creates a version from all three components.