A simple Gradle template for Kotlin projects. E.g., to jump start a coding kata.
Instead of forking this repository, simply create a repository with the "Use this template"
button. This will also trigger a clean-up action.
./gradlew build
./gradlew assemble
./gradlew detekt
./gradlew test