git-by-a-truck/README.md
2020-06-17 19:22:19 -04:00

271 B

Kotlin Quick Start

An empty Kotlin project using Gradle.

You can use this template as a starting point for your own project.

Building

./gradlew build

Running

./gradlew run

Testing

./gradlew test