Skip to content

Instantly share code, notes, and snippets.

@codingwitharul
Last active July 7, 2025 06:10
Show Gist options
  • Select an option

  • Save codingwitharul/57a1d543a3ac8a0ccac4ec24e727f620 to your computer and use it in GitHub Desktop.

Select an option

Save codingwitharul/57a1d543a3ac8a0ccac4ec24e727f620 to your computer and use it in GitHub Desktop.
common/HttpClient.kt
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