Any one using the new dagger-compiler option intro...
# dagger
r
Any one using the new dagger-compiler option introduced in
2.29.1
to disable transitive dependency. https://github.com/google/dagger/releases/tag/dagger-2.29.1 Related to this issue https://github.com/google/dagger/issues/970 My concern is, if i disable it, apart from dagger ignoring not reaching the module dependent graphs via this flag, does it also ignore common dagger compiler errors like invalid injection and others at compile time. Is there any downside to it?