0.17.5
Gradle Kotlin DSL 0.17.5 Release Notes
Gradle Kotlin DSL v0.17.5 fixes two issues identified after the
v0.17.4 release.
v0.17.5 is included in Gradle 4.8 RC2.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.8-rc-2 --distribution-type all
Fixes since v0.17.4
Fix IDE classpath computation for script plugins with buildscript {} dependencies (<a...