Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Template Kotlin application using Gradle
- Host: GitHub
- URL: https://github.com/fwcd/kotlin-quick-start
- Owner: fwcd
- License: cc0-1.0
- Created: 2018-05-29T12:37:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T20:00:55.000Z (almost 3 years ago)
- Last Synced: 2024-11-29T21:22:46.691Z (2 months ago)
- Topics: gradle, kotlin, quickstart
- Language: Kotlin
- Size: 164 KB
- Stars: 40
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`