enableFullBindingGraphValidation
Enable/disable full validation of bindings. If enabled, all declared @Provides
and @Binds
bindings will be validated even if they are not used by the graph. Disabled by default.
This is equivalent to Dagger's -Adagger.fullBindingGraphValidation
option, though there are no controls for diagnostic severity.