google/dagger

Detect dependency cycles containing Lazy or Provider during the compilation time

jan-stoltman-bolt opened this issue · 6 comments

As a result of this issue and this PR, dependency cycles are allowed during compilation, as long as they are broken by either Lazy or Provider. Such cycles are detected during runtime instead.

My question/feature request, is there a way to force the detection of such cycles during the compilation time?