1.1.0
Gradle Kotlin DSL 1.1.0 Release Notes
Gradle Kotlin DSL 1.1.0 brings Kotlin 1.3.11, support for Kotlin lambdas in the Gradle APIs, multiple fixes and enhancements for a better behavior in IntelliJ script dependency resolution, bug fixes in the kotlin-dsl plugin for build authors, selected type-safe accessors additions and better build-cache support.
In order to benefit from the best user experience, please update IntelliJ IDEA to 2018.3.1, Android Studio to 3.3 and their Kotlin Plugin to the latest 1.3.
v1.1.0 is included in Gradle 5.1.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 5.1 --distribution-type all
Updates since v1.0.4 (Gradle 5.0)
-
Kotlin 1.3.11 (#1285)
Please see the Kotlin 1.3.11 release notes for more information.