DitchOoM / buffer

Kotlin Multiplatform bytebuffer/byte[] wrapper
Apache License 2.0
63 stars 5 forks source link

Set JVM Version to 1.8 #66

Closed thebehera closed 4 months ago

thebehera commented 4 months ago

Attempting to fix java version mismatches as defined in https://github.com/DitchOoM/buffer/issues/65 . com/ditchoom/buffer/Charset has been compiled by a more recent version of the Java Runtime (class file version 63.0), this version of the Java Runtime only recognizes class file versions up to 61.0

Validated this by checking the output from the build/ directory in the gradle