Merged
Conversation
Contributor
There was a problem hiding this comment.
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 |
geoffw0
approved these changes
Jul 30, 2025
Contributor
geoffw0
left a comment
There was a problem hiding this comment.
LGTM.
Do CI tests cover this?
Member
Author
Yes; a nightly job failure is how we found it needed to be fixed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We need to compile against the newer beta, as some default parameters have changed on API methods.