rocketraman / kpropmap

Type-safe (ish) maps in Kotlin
MIT License
15 stars 1 forks source link

Java 8 incompatible #2

Open sannysoft opened 2 years ago

sannysoft commented 2 years ago

Hello. Thanks for a great lib. Unfortunately lib doesn't seem to be working with Java 8: - Incompatible because this component declares a component compatible with Java 11 and the consumer needed a component compatible with Java 8

rocketraman commented 2 years ago

Hmm, yeah I probably built it with JDK 11. Will add toolchain logic into the build so that the next version is built on JDK 8.