kotlin-stdlib / kotlin / KotlinVersion / isAtLeast isAtLeast Common JVM JS Native 1.0 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. Common JVM JS Native 1.0 fun isAtLeast(major: Int, minor: Int, patch: Int): Boolean Returns true if this version is not less than the version specified with the provided major, minor and patch components.