krzema12 / snakeyaml-engine-kmp

A Kotlin Multiplatform port of snakeyaml-engine
Apache License 2.0
19 stars 1 forks source link

Build using Java8? #202

Open 4o4E opened 6 days ago

4o4E commented 6 days ago

I found that the dependency was built using Java11 when using Kaml, which makes it impossible for me to run apps that rely on this library on Java8

java.lang.UnsupportedClassVersionError: it/krzeminski/snakeyaml/engine/kmp/exceptions/MarkedYamlEngineException has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

krzema12 commented 6 days ago

Ack, will take a look likely tomorrow, and prepare a patch release.