Go to file
2024-02-21 20:57:40 -05:00
gradle/wrapper Modernize bump 2024-02-21 20:57:40 -05:00
src Ignore output directory 2020-08-27 20:50:15 -04:00
.gitignore Initial commit 2020-06-17 19:22:19 -04:00
build.gradle.kts Modernize bump 2024-02-21 20:57:40 -05:00
gradle.properties Modernize bump 2024-02-21 20:57:40 -05:00
gradlew Modernize bump 2024-02-21 20:57:40 -05:00
gradlew.bat Modernize bump 2024-02-21 20:57:40 -05: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