8000 GitHub - lethe2211/kotlin-coroutine-sample
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lethe2211/kotlin-coroutine-sample

Repository files navigation

Kotlin Coroutines samples

Dependencies

  • JDK 11
  • Kotlin 1.4
  • Gradle 6
  • Docker >= 19

Run the app

Simply run

$ ./gradlew run

Build the app

Build a JAR archive

$ ./gradlew clean build

Build a Docker image

$ docker build .
  # Note that it will take around 5-10 min if you run it for the first time

Format the code

$ ./gradlew ktlintFormat

Run unit tests

$ ./gradlew test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0