Closed vRallev closed 1 week ago
This is supported by kotlin-inject and should be supported for the @MergeComponent annotation, e.g.
@MergeComponent
@AppScope @MergeComponent(AppScope::class) internal abstract class AppComponent
Note that @ContributesSubcomponent interfaces must be public.
@ContributesSubcomponent
Implementation notes:
MergeComponent
This is supported by kotlin-inject and should be supported for the
@MergeComponent
annotation, e.g.Note that
@ContributesSubcomponent
interfaces must be public.Implementation notes:
MergeComponent
interface too