cbeust / klaxon

A JSON parser for Kotlin
Apache License 2.0
1.85k stars 122 forks source link

KlaxonDoc.java got compiled to Java 11 byte code #357

Open alshain opened 2 years ago

alshain commented 2 years ago

The JAR for Klaxon 5.6 contains a single class file, that was compiled to byte code with version 11, this flags the library as incompatible with Java 8 through byte code analysis.

Is this an oversight or are you using library features from a newer JDK anyhow?

cbeust commented 2 years ago

Oversight, this file should probably be compiled with Java 8...