enableFullBindingGraphValidation

@DelicateMetroGradleApi(message = "This may slow down your build since it may perform extra work!")
val enableFullBindingGraphValidation: Property<Boolean>(source)

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.