Hello i have a strange bug when using ktor for MPP project, when using client.request<HttpResponse> {
method = HttpMethod.Get
url(address.toString() + base)
} nothing is called after this when testing in androidApp but for iosApp it's workin just fine