cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
432 stars 60 forks source link

Java 9 initial compatibility #454

Closed ethauvin closed 6 years ago

ethauvin commented 6 years ago

As discussed, bumped dependencies to latest versions as needed and to also ensure maximum compatibility.

Also included Java 9 required dependencies (javax.*).

Fixed all syntax in source files that required modification.

Tested with all of my projects under Java 8 and 9.

All tests passed.

386 is fixed too.