Last active
July 7, 2025 06:10
-
-
Save codingwitharul/57a1d543a3ac8a0ccac4ec24e727f620 to your computer and use it in GitHub Desktop.
common/HttpClient.kt
This file contains hidden or 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
| package com.codingwitharul.bookmyslot.common | |
| import io.ktor.client.HttpClient | |
| import io.ktor.client.HttpClientConfig | |
| expect fun httpClient(config: HttpClientConfig<*>.() -> Unit = {}): HttpClient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment