Skip to content

Commit

Permalink
Remove ContributesTo from ApplicationComponent
Browse files Browse the repository at this point in the history
Somehow, this is leading to the interface to be extended multiple times
during interface merging if the user component also extends it
This however wasn't reproducible with the sample app, so we need to
investigate further, later.
  • Loading branch information
kingsleyadio committed Nov 22, 2021
1 parent d515759 commit ae93ca9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import dagger.BindsInstance
/**
* A Dagger component that has the lifetime of the [android.app.Application].
*/
@ContributesTo(ApplicationScope::class)
public interface ApplicationComponent {
public fun getMembersInjectorMap(): MembersInjectorMap
public fun getActivityComponentFactory(): ActivityComponentFactory
Expand Down

0 comments on commit ae93ca9

Please sign in to comment.