assertVersionAtLeast

abstract fun assertVersionAtLeast(minVersion: Int)

Does nothing if current JRE version is higher or equal than minVersion, throws AssertionError otherwise

Parameters

minVersion

Minimal accepted version