Permalink
1 comment
on commit
sign in to comment.
| @@ -1,4 +1,34 @@ | ||
| -Kotlin Scripting | ||
| +Gradle Script Kotlin | ||
| +==================== | ||
| + | ||
| +[](https://builds.gradle.org/viewType.html?buildTypeId=GradleScriptKotlin_Master) | ||
| +[](http://www.apache.org/licenses/LICENSE-2.0) | ||
| + | ||
| +Welcome! _Gradle Script Kotlin_ provides support for writing [Gradle](http://gradle.org) build scripts using JetBrains' [Kotlin](http://kotlinlang.org) language. It aims to provide Gradle users with a rich, flexible and statically-typed approach to developing build logic in conjunction with the best IDE and tooling experience possible. | ||
| + | ||
| +You can read more about the project in our [announcement blog post](http://gradle.org/blog/kotlin-meets-gradle) and check out the [frequently asked questions](https://github.com/gradle/gradle-script-kotlin/wiki/Frequently-Asked-Questions) in the project wiki. | ||
| + | ||
| + | ||
| +Getting Started | ||
| +--------------- | ||
| + | ||
| +The fastest way to get up and running with a Kotlin-based Gradle build is to work with one of the [samples](samples). You'll find complete instructions in the README there. | ||
| + | ||
| + | ||
| +Issue Tracking | ||
| +-------------- | ||
| + | ||
| +Found a bug? Have an idea for an improvement? Feel free to [add an issue](../../issues). | ||
| + | ||
| +If you're dealing with what you believe to be an issue with Kotlin itself or the Kotlin Plugin for IDEA, you may want to search JetBrains' [YouTrack](https://youtrack.jetbrains.com/issues/KT) first to see if it is a known issue. In any case, feel free to add an issue here for it as well. We'd like to know and track what our users are experiencing regardless whether the issue is with Gradle Script Kotlin or with Kotlin itself. | ||
| + | ||
| + | ||
| +Staying in Touch | ||
| ---------------- | ||
| -Kotlin language support for Gradle build scripts. | ||
| +Come chat with us in the #gradle channel of the public [Kotlin Slack](http://kotlinslackin.herokuapp.com/) instance. | ||
| + | ||
| + | ||
| +License | ||
| +------- | ||
| +Like the rest of Gradle, _Gradle Script Kotlin_ is released under version 2.0 of the [Apache License](LICENSE.md). |
03b49f6