<https://github.com/Snapchat/dagger-browser>
# android
s
e
@Sagar Suri Hey! Did you manage to setup this in your project? I can't 😞
s
Can you tell where did you get stuck or what error you facing?
👍 1
t
I could not do the setup either, I added the library in the app module gradle file and then built the project but it did not generate any files
e
@Tarik Give a try to this https://github.com/dvdciri/daggraph. It works for me. The only thing I don’t like is that it can’t show your dependencies with
@Inject
in the constructor (most of my injected classes have the annotation
@Inject
in the constructor). So a workaround could be to declare (provide or bind) these dependencies in Dagger
modules
.
t
Thanks @erikmedina I’ll check it out