All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.Lyrics.jvm.kt Maven / Gradle / Ivy

package dev.schlaubi.lyrics

import io.ktor.client.*

internal actual fun newClient(config: HttpClientConfig<*>.() -> Unit): HttpClient = HttpClient(config)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy