Hey everyone, I am new in ktor. I am trying to use...
# ktor
v
Hey everyone, I am new in ktor. I am trying to use KMM in my android and ios project. In my project there is bunch of api call through retrofit with okhttp3. I don't want to change previous retrofit. Now I want to use ktor for new feature api call only so I can share business logic with ios project. I wonder can I use okHttp3 or I can use only ktor http client?
a