Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

gradle kotlin quickstart

Last synced: about 2 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`