Open azell opened 8 years ago
That certainly doesn't help, it'll be easier when it's fixed.
Is there any technical reason not to support Comsat Retrofit with OkHttp as the underlying client in addition to Apache?
Not that I'm aware of, indeed that's something worth looking into.
Would you mind creating a feature request issue about that too?
OkHttpClient is no longer "final", at least in the latest version, is this something we can have upgraded?
Latest release is 3.0.1 which uses different package name (okhttp3.OkHttpClient, etc.). Is this blocked due to OkHttpClient being final in 3.0.1?
That should be fixed in https://github.com/square/okhttp/issues/2292.