nonPublicContributionSeverity

Configures the Metro compiler plugin to warn, error, or do nothing when it encounters @Contributes*-annotated declarations that are non-public (internal, private, protected, nested in non-public classes, etc.)

Note that if the scope argument to the annotation is itself a non-public class, the check will not report, regardless of severity, since the contribution is assumed to be intentionally internal.

Disabled by default.