if i use this in my app and run with java 17 i get this error:
Error was captured in composition.
java.lang.UnsupportedClassVersionError: io/github/vinceglb/filekit/PlatformFile has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
it goes away with java 21.
is it not possible to make it work with java 17 ?