0.12.3
Gradle Kotlin DSL 0.12.3 Release Notes
Gradle Kotlin DSL v0.12.3 is the final update to the
v0.12.0 release fixing a breaking change to Kotlin build scripts using the Property API.
v0.12.3 is already included in Gradle 4.3 RC4.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.3-rc-4 --distribution-type all
Breaking changes
Please check out the <a...