1.0 M1
General Notes
With this first milestone release, Gradle users can now write their
build scripts in
Kotlin.
Such scripts may technically have any name ending in .kts, but by
convention, should favor being named build.gradle.kts.
See the
samples for a complete getting started experience and
examples of each of the following features.
It is currently necessary to use a...