0.15.6
Gradle Kotlin DSL 0.15.6 Release Notes
Gradle Kotlin DSL v0.15.6 brings
Kotlin 1.2.21, initialization scripts support, cleaner script compilation error reporting, performance improvements and better IntelliJ IDEA integration.
v0.15.6 is included in Gradle 4.6 RC1.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.6-rc-1...