Skip to content

Instantly share code, notes, and snippets.

@francescogatto
Last active October 15, 2019 17:04
Show Gist options
  • Save francescogatto/c02ce91e9f5487983a32b786b7b8db0e to your computer and use it in GitHub Desktop.
Save francescogatto/c02ce91e9f5487983a32b786b7b8db0e to your computer and use it in GitHub Desktop.
extensions init ktor #kkd
fun initKtorClient() = HttpClient(Android) {
install(Logging) {
logger = Logger.ANDROID
level = LogLevel.ALL
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment