Skip to content

Instantly share code, notes, and snippets.

@mantono
Created October 23, 2019 10:26
Show Gist options
  • Save mantono/ba653480811334ee1205f3956bd40e3f to your computer and use it in GitHub Desktop.
Save mantono/ba653480811334ee1205f3956bd40e3f to your computer and use it in GitHub Desktop.
dependencies {
implementation("org.jetbrains.kotlin", "kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8")
// Logging
implementation("io.github.microutils", "kotlin-logging", "1.6.20")
api("com.typesafe", "config", "1.3.4")
// Ktor
val ktor = "1.2.0"
implementation(platform("io.ktor:ktor-server-core:$ktor"))
api("io.ktor", "ktor-auth-jwt", ktor)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment