According to the documentation, we should call close method after we are done with http client instance. What is the right way to handle the close method of ktor http client in multiplatform env. ? In my case, I have a KMM project with android and ios. I am using HttpClient in common source set.
Or maybe the close method should be handled by specific applications instead of the multiplatform lib?