kotlin.KotlinVersion.isAtLeast

isAtLeast

fun isAtLeast(major: Int, minor: Int): Boolean

Returns true if this version is not less than the version specified with the provided major and minor components.