An open API service indexing awesome lists of open source software.

https://github.com/fwcd/kotlin-quick-start

Template Kotlin application using Gradle
https://github.com/fwcd/kotlin-quick-start

gradle kotlin quickstart

Last synced: 10 months ago
JSON representation

Template Kotlin application using Gradle

Awesome Lists containing this project

README

          

# 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`