Skip to content

feat(validator): implement API Validator integration - #99

Merged
teogor merged 3 commits into
mainfrom
feature/api-validator-integration
Jun 17, 2026
Merged

feat(validator): implement API Validator integration#99
teogor merged 3 commits into
mainfrom
feature/api-validator-integration

Conversation

@teogor

@teogor teogor commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Description

This PR implements integration for the Kotlinx Binary Compatibility Validator, helping maintain public API stability.

Changes

  • ApiValidatorUtils.kt: Created utility for applying the validator plugin.
  • WindsPlugin.kt: Integrated configureApiValidator into the plugin lifecycle.

Usage

Enable the validator in your build.gradle.kts:

winds {
    features {
        apiValidator = true
    }
}

Verification

  • Verified plugin application and task availability (./gradlew apiCheck).

@teogor
teogor merged commit e9e9a38 into main Jun 17, 2026
1 check passed
@teogor
teogor deleted the feature/api-validator-integration branch June 17, 2026 20:06
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.

1 participant