Upgrade Kotlin to 2.0.21 in Stripe-dependent modules#521
Merged
sg-jsonjuliane merged 3 commits intodevelopfrom Jan 27, 2026
Merged
Upgrade Kotlin to 2.0.21 in Stripe-dependent modules#521sg-jsonjuliane merged 3 commits intodevelopfrom
sg-jsonjuliane merged 3 commits intodevelopfrom
Conversation
- Update Kotlin version to 2.0.21 in dependencies.gradle - Update Room version to 2.6.1 for kapt compatibility with Kotlin 2.0 - Update Kotlin version in build.gradle
- Enable useBuildCache and mapDiagnosticLocations for better kapt performance
This comment was marked as outdated.
This comment was marked as outdated.
- Add E : Any type parameter bounds to RxLifecycle extension functions for Kotlin 2.0 RxJava interop compatibility - Fix type inference in QueryGeneratorImplTest by adding explicit type parameters - Fix null safety in BaseUrlOverridingInterceptor to prevent NPE when baseUrlAdapter returns null
ef75de4 to
9cc4c49
Compare
|
✅ Unit tests passed successfully! Test results are available under the "Artifacts" section of this run in GitHub Actions. Please ensure the code is reviewed before proceeding with the merge. |
|
This pull request is stale because it has been open 5 days with no activity. |
MichaelReyes
approved these changes
Jan 26, 2026
Contributor
MichaelReyes
left a comment
There was a problem hiding this comment.
The changes look good. I also tested payments on both the Catch a Ride and ODIN WLs, and the payments went through successfully. Thanks.
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.
PR Context
Changes
Upgrade Kotlin to 2.0.21 and update Room to 2.6.1 for compatibility with kapt and Kotlin 2.0.
dependencies.gradledependencies.gradle(required for kapt compatibility with Kotlin 2.0)build.gradleto 2.0.21TripKitData/build.gradlefor Kotlin 2.0 compatibility (useBuildCache, mapDiagnosticLocations)Checklist for Reviewers
Documentation and Code Quality
Testing and Reliability
./gradlew :TripKitAndroid:assembleDebug :TripKitAndroid:assembleReleaseError Handling and Logging
Testing Procedure
Verification steps for the Kotlin upgrade:
./gradlew :TripKitAndroid:assembleDebug :TripKitAndroid:assembleRelease