serviceProviders

@Multibinds(allowEmpty = true)
abstract val serviceProviders: Map<KClass<out Service>, Provider<Service>>(source)

A multibinding map of Service classes to their providers accessible for MetroAppComponentFactory.