Skip to content

Commit

Permalink
Ignore VisibleForTesting-annotated elements for purposes of api valid…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
mattcreaser committed Feb 8, 2024
1 parent 27c702c commit 564ec2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class ApiValidatorConventionPlugin : Plugin<Project> {
extensions.configure<ApiValidationExtension> {
// Ignore anything marked with an internal API marker
nonPublicMarkers += amplifyInternalMarkers
nonPublicMarkers + "androidx.annotation.VisibleForTesting"
}
}
}
Expand Down

0 comments on commit 564ec2e

Please sign in to comment.