Created
October 15, 2019 17:00
-
-
Save francescogatto/7e5b64eedbd0a5676d134b32a773a770 to your computer and use it in GitHub Desktop.
build.gradle init ktor #kkd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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