0.16.3
Gradle Kotlin DSL 0.16.3 Release Notes
Gradle Kotlin DSL v0.16.3 brings
Kotlin 1.2.31, support for .gradle.kts scripts in Kotlin source sets, Java 10, a more consistent API, better IntelliJ IDEA integration, and further improved parity with the Groovy DSL.
v0.16.3 is included in Gradle 4.7 RC1.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper...