I'm having a bit of a weird issue with creating a ...
# dagger
c
I'm having a bit of a weird issue with creating a TestComponent defined within the /test/. My DaggerTestComponnet is getting generated but inside of it, it cannot access the actual TestComponent.
Cannot access 'TestComponent
which is a supertype of
....TestAppComponent
. Check your module classpath for missing or conflicting dependencies`