Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add binary compatibility validator to make reviewing the public api easier #33

Merged
merged 1 commit into from Feb 7, 2022

Conversation

gabrielittner
Copy link
Member

For example it's easy to search for androidx/navigation to find where we still expose it in the public API.

I've set it to consider our internal annotations and VisibleForTesting as non public. There is a small bug though that the getters from properties marked as internal are still in the dump Kotlin/binary-compatibility-validator#36

Copy link
Contributor

@kboyarshinov kboyarshinov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@gabrielittner gabrielittner merged commit 69500ee into main Feb 7, 2022
@gabrielittner gabrielittner deleted the api-validator branch February 7, 2022 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants