1.1.3
Gradle Kotlin DSL 1.1.3 Release Notes
Gradle Kotlin DSL 1.1.3 brings bug fixes and the latest Kotlin release.
v1.1.3 is included in Gradle 5.2.
To use it, upgrade your Gradle wrapper in the following fashion:
$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 5.2 --distribution-type all
Updates since v1.1.1 (Gradle 5.1.1)
-
Kotlin 1.3.20 (#1325)
Please see the Kotlin 1.3.20 announcement for details.
-
IDEA editing support is broken in 5.1 if gradle project root is not the same as IDEA project root (#1308, #1321)
A problem in the serialization of the TAPI model describing the script classpath given to IDEA affecting Java 11 users was identified and fixed.
-
Script >64KB leads to Could not open cache directory (#1305, #1323)