|
||
---|---|---|
gradle/wrapper | ||
src | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
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