Kotlin Quick Start
August 5, 2019 ยท View on GitHub
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
August 5, 2019 ยท View on GitHub
An empty Kotlin project using Gradle.
You can use this template as a starting point for your own project.
./gradlew build
./gradlew run
./gradlew test