sksamuel / hoplite

A boilerplate-free Kotlin config library for loading configuration files as data classes
Apache License 2.0
923 stars 74 forks source link

build: Set compileJava target and source compatability to 1.8 #407

Closed ghost closed 8 months ago

ghost commented 8 months ago

That is another PR for the Java 8 support. So far the code is already being compiled for Java 8, but as Gradle uses compileJava compatability over the Kotlin's jvmTarget, we have to additionally explicitly set these to the proper version.