14 lines
271 B
Markdown
14 lines
271 B
Markdown
|
# Kotlin Quick Start
|
||
|
An empty Kotlin project using Gradle.
|
||
|
|
||
|
You can [use this template](https://github.com/fwcd/kotlin-quick-start/generate) as a starting point for your own project.
|
||
|
|
||
|
## Building
|
||
|
`./gradlew build`
|
||
|
|
||
|
## Running
|
||
|
`./gradlew run`
|
||
|
|
||
|
## Testing
|
||
|
`./gradlew test`
|