Skip to content

Kotlin: Support 2.2.20-beta2 #20141

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

Merged
merged 3 commits into from
Jul 31, 2025
Merged

Conversation

igfoo
Copy link
Contributor

@igfoo igfoo commented Jul 30, 2025

We need to compile against the newer beta, as some default parameters have changed on API methods.

@igfoo igfoo marked this pull request as ready for review July 30, 2025 15:57
@igfoo igfoo requested review from a team as code owners July 30, 2025 15:57
@Copilot Copilot AI review requested due to automatic review settings July 30, 2025 15:57
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the Kotlin support from version 2.2.20-Beta1 to 2.2.20-Beta2 to compile against the newer beta release, which includes changes to default parameters on API methods.

  • Updated the version specification in the build configuration
  • Replaced the Beta1 JAR dependencies with corresponding Beta2 versions
  • Updated module references to point to the new Beta2 artifacts

Reviewed Changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

File Description
java/kotlin-extractor/versions.bzl Updated version list to replace Beta1 with Beta2
java/kotlin-extractor/deps/*.jar Removed Beta1 JAR files and added corresponding Beta2 JAR files
MODULE.bazel Updated module repository references from Beta1 to Beta2

Copy link
Contributor

@geoffw0 geoffw0 left a comment

Choose a reason for hiding this comment

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

LGTM.

Do CI tests cover this?

@igfoo
Copy link
Contributor Author

igfoo commented Jul 31, 2025

Do CI tests cover this?

Yes; a nightly job failure is how we found it needed to be fixed.

@igfoo igfoo merged commit 492e27b into github:main Jul 31, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants