Open
Description
https://www.zacsweers.dev/dagger-party-tricks-deferred-okhttp-init/
OkHttpClient initialization can take upwards of 100ms on some Android devices in the wild due to its use of TrustManagerFactory. Initializing the Cache is also not free, as it creates an internal Executor and may incur some disk IO if you want to prepare a cache directory for it first.