injectScope

open override fun injectScope(lazyScope: Lazy<T>)

Injects the actual Scope instance into the component. This method is designed to be called during the component's initialization phase (e.g., Activity.onCreate).

Parameters

lazyScope

A lazy provider for the scope to be injected.