Hey everyone, I have pre existing Android application using
OKHTTP
client with some`interceptors` and
authenticator
and iOS application using
alamofire
with
interceptors
.Both projects are huge in size. Now I want to use KMM for new api client. So How can I use these 2 http client through Ktor. I don't want to write from scratch in KMM module. Any suggestion?