Go to file
2020-06-17 19:22:19 -04:00
gradle/wrapper Initial commit 2020-06-17 19:22:19 -04:00
src Initial commit 2020-06-17 19:22:19 -04:00
.gitignore Initial commit 2020-06-17 19:22:19 -04:00
build.gradle Initial commit 2020-06-17 19:22:19 -04:00
gradle.properties Initial commit 2020-06-17 19:22:19 -04:00
gradlew Initial commit 2020-06-17 19:22:19 -04:00
gradlew.bat Initial commit 2020-06-17 19:22:19 -04:00
LICENSE Initial commit 2020-06-17 19:22:19 -04:00
README.md Initial commit 2020-06-17 19:22:19 -04:00
settings.gradle Initial commit 2020-06-17 19:22:19 -04:00

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