0.12.2
Gradle Kotlin DSL 0.12.2 Release Notes
Gradle Kotlin DSL v0.12.2 is another minor update to the
v0.12.0 release, this time with a fix for a defect identified during the Gradle RC2 testing phase.
v0.12.2 is already included in Gradle 4.3 RC3.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.3-rc-3 --distribution-type all
Breaking changes
Please...