As in ktor clent based on okhttp
# ktor
b
As in ktor clent based on okhttp
t
That is what I am currently doing but I need a solution for multiplatform. (Android/iOS)
b
Just use ktor-client-core and platform specific extensions
As in ktor-client-ohttp for js and say ktor-client-cio for JVM etc
t
I am using OkHttp on Android. For iOS I use the iOS client which is based on NSURLSession. So I am not sure what you mean. I don’t know how to setup Oauth so it works for both Android and iOS. I am not interested in a JS version.