isAtLeast

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

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

Since Kotlin

1.1

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

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

Since Kotlin

1.1