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

commonMain.com.seiko.imageloader.component.SetupDefaultComponents.kt Maven / Gradle / Ivy

There is a newer version: 1.8.3
Show newest version
package com.seiko.imageloader.component

import com.seiko.imageloader.component.fetcher.KtorUrlFetcher
import io.ktor.client.HttpClient

expect fun ComponentRegistryBuilder.setupDefaultComponents(
    httpClient: () -> HttpClient = KtorUrlFetcher.defaultHttpEngineFactory,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy