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

component

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

Hilt component in which the binding should be installed.

Must be a type annotated with @DefineComponent.

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