👋 Hi, I am in the process of doing a spike for an enterprise Android app (using Retrofit), to using ktor client. End goal is once everything is working with Android to switch to a KMP module for the iOS team to use as well.
The current retrofit + okhttpclient uses some implementation of
CookieJar
,
certificate pinning
,
SSLSocketFactory
and a number of interceptors.
Is there a guide for switching to a more complex implementation of ktor? Or maybe a sample somewhere?