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

Enable binary compatibility validation #476

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Enable binary compatibility validation #476

wants to merge 2 commits into from

Conversation

dkhalanskyjb
Copy link
Collaborator

With how many binary-compatibility-breaking changes are coming, it makes sense to introduce the machinery for ensuring they are as low-impact as possible.

@dkhalanskyjb dkhalanskyjb requested a review from ilya-g January 23, 2025 11:43
build.gradle.kts Outdated
@@ -57,3 +58,10 @@ dependencies {
kover(project(":kotlinx-datetime"))
kover(project(":kotlinx-datetime-serialization"))
}

apiValidation {
Copy link
Member

@ilya-g ilya-g Feb 7, 2025

Choose a reason for hiding this comment

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

Could you add all non-published projects to the list of ignoredProjects?
And remove empty dumps after that

Choose a reason for hiding this comment

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

Why not instead only add the plugin as part of the configuration to publish. Saves from having to basically maintain a mirror list of exclusions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants