Skip to content

Conversation

dkhalanskyjb
Copy link
Contributor

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.

@dkhalanskyjb dkhalanskyjb merged commit 646b93b into master Mar 17, 2025
1 check passed
@dkhalanskyjb dkhalanskyjb deleted the bcv branch March 17, 2025 11:54
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