Go to file
Matt Soucy 68225cd83a Fix main class 2024-03-23 19:04:04 -04:00
gradle/wrapper Modernize bump 2024-02-21 20:57:40 -05:00
src Update for modern Exposed 2024-02-24 10:27:55 -05:00
.gitignore 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
build.gradle.kts Fix main class 2024-03-23 19:04:04 -04: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
settings.gradle Bump dependencies 2020-07-03 11:53:10 -04:00

README.md

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