Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 931 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 931 Bytes

Gradle Kotlin Project Template

alt text

build

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.

Dependencies

Build with Gradle

./gradlew build

Only Assemble

./gradlew assemble

Only Detekt

./gradlew detekt

Only Tests

./gradlew test