We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c702c commit a8d2d96Copy full SHA for a8d2d96
build-logic/plugins/src/main/kotlin/ApiValidatorConventionPlugin.kt
@@ -30,6 +30,7 @@ class ApiValidatorConventionPlugin : Plugin<Project> {
30
extensions.configure<ApiValidationExtension> {
31
// Ignore anything marked with an internal API marker
32
nonPublicMarkers += amplifyInternalMarkers
33
+ nonPublicMarkers += "androidx.annotation.VisibleForTesting"
34
}
35
36
0 commit comments