Confusing about set dependencies to component interface
57 views
Skip to first unread message
Tim.Cui
unread,
Apr 23, 2016, 10:56:57 AM4/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dagger Discuss
In general , in a component interface , we set @Component(dependencies = xxxComponent.class), it is about the A component depends on B component but if we set @Component(dependencies = xxxModule.class), is it same to set @Component(modules = xxxModule.class) ? if different , what the difference is between these two way?