//Extensions for Dagger Hilt/it.czerwinski.android.hilt.annotations/FactoryMethod/component

component

[jvm]
Content
val component: KClass<*>
More info

Hilt component in which the provider should be installed.

Must be a type annotated with @DefineComponent.

If not defined, the provider will be installed in SingletonComponent.