https://github.com/skullabs/kos-sample-gradle
A simple Gradle project written in Kotlin.
https://github.com/skullabs/kos-sample-gradle
gradle kos kotlin vertx
Last synced: about 2 months ago
JSON representation
A simple Gradle project written in Kotlin.
- Host: GitHub
- URL: https://github.com/skullabs/kos-sample-gradle
- Owner: Skullabs
- License: apache-2.0
- Created: 2019-12-23T05:03:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T08:03:39.000Z (about 4 years ago)
- Last Synced: 2025-06-21T16:09:08.881Z (about 1 year ago)
- Topics: gradle, kos, kotlin, vertx
- Language: Kotlin
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kos Sample using Gradle
A simple project written in Kotlin. It contains:
- A simple REST API
- An in-memory repository
- An exception handler
## Requirements
This project was configured to use JDK 11 but can be easily downgrade
to JDK 8 with a bit of a tweak in `build.gradle.kts` file.
## Running the App
```shell
$ ./gradlew clean build
$ java -jar build/libs/kos-sample-kotlin-all.jar
```