Go to file
2020-08-18 21:29:05 -04:00
gradle/wrapper Bump dependencies 2020-07-03 11:53:10 -04:00
src Fix root 2020-08-18 21:29:05 -04:00
.gitignore Initial commit 2020-06-17 19:22:19 -04:00
build.gradle Rendering 2020-08-18 21:24:24 -04:00
gradle.properties Rendering 2020-08-18 21:24:24 -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 Update build files 2020-07-03 12:01:52 -04:00
README.md Initial commit 2020-06-17 19:22:19 -04:00
settings.gradle Bump dependencies 2020-07-03 11:53:10 -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