Java versioning is a nightmare, would've been better if they used food names than the various systems they've used throughout the years.
At the moment I need to write code that ensures that the installed java is at least java.runtime.version = 1.8.0_221-b11, as obtained via java -XshowSettings:properties -version; does kotlin provide any services to accomplish this comparison... how could this be done... considering how old java is and how disparate their versioning has been?