desugaredProviderSeverity
Configures the Metro compiler plugin to warn, error, or do nothing when it encounters uses of the desugared Provider<T> form as a provider type. Prefer the function syntax form () -> T instead.
Only applies when enableFunctionProviders is enabled; treated as DiagnosticSeverity.NONE otherwise.
WARN by default.