enableSwitchingProviders
Uses SwitchingProviders for deferred class loading. This reduces graph initialization time by deferring bindings' class init until the binding is requested.
This is analogous to Dagger's fastInit option.
Only use this after benchmarking a meaningful improvement, as it comes with the same tradeoffs (always holding a graph instance ref, etc.).
Disabled by default.