Skip to content

Instantly share code, notes, and snippets.

@francescogatto
Created October 15, 2019 17:00
Show Gist options
  • Save francescogatto/7e5b64eedbd0a5676d134b32a773a770 to your computer and use it in GitHub Desktop.
Save francescogatto/7e5b64eedbd0a5676d134b32a773a770 to your computer and use it in GitHub Desktop.
build.gradle init ktor #kkd
// Ktor for Android
implementation "io.ktor:ktor-client-android:1.2.5"
// Ktor JVM(necessary for logging extension)
implementation "io.ktor:ktor-client-logging-jvm:1.2.5"
// Ktor Logging extension
implementation "io.ktor:ktor-client-logging:1.2.5"
// Necessary to show logs in logcat
implementation "ch.qos.logback:logback-classic:1.2.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment