MyGit

v0.13.1

gradle/kotlin-dsl-samples

版本发布时间: 2017-11-21 01:33:44

gradle/kotlin-dsl-samples最新发布版本:v1.1.3(2019-01-29 18:57:52)

Gradle Kotlin DSL 0.13.1 Release Notes

Gradle Kotlin DSL v0.13.1 brings support for settings.gradle.kts files, Kotlin standard library extensions to the Java 7 and Java 8 APIs for use in build scripts, improvements to the plugins {} DSL, and more!

v0.13.1 is included in Gradle 4.4 RC1.

The features in this release are also available for immediate use within the latest Gradle Kotlin DSL distribution snapshot. To use it, upgrade your Gradle wrapper in the following fashion:

$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-distribution-url
https://repo.gradle.org/gradle/kotlin-dsl-snapshots-local/gradle-kotlin-dsl-4.4-20171117171149+0000-all.zip

Once Gradle 4.4 RC1 is out, we encourage all users to upgrade in the following fashion:

$ cd $YOUR_PROJECT_ROOT
$ gradle wrapper --gradle-version 4.4-rc-1 --distribution-type all

Breaking changes

There are no breaking changes upgrading from 0.12.3 to 0.13.1.

Updates since v0.12.3

相关地址:原始地址 下载(tar) 下载(zip)

查看:2017-11-21发行的版本