package mx.trackermap.TrackerMap.client.infrastructure import io.ktor.client.* expect class HttpClientProvider() { fun getHttpClient(): HttpClient }