Update Kotlin to 1.8.22, Gradle to 8.2.1, update related tooling#1974
Merged
Merged
Conversation
0xnm
force-pushed
the
nogorodnikov/update-kotlin-to-1.8.22
branch
3 times, most recently
from
April 8, 2024 13:25
10b6914 to
f71ea43
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #1974 +/- ##
===========================================
+ Coverage 83.38% 83.61% +0.23%
===========================================
Files 489 487 -2
Lines 17925 17742 -183
Branches 2670 2664 -6
===========================================
- Hits 14945 14834 -111
+ Misses 2249 2187 -62
+ Partials 731 721 -10
|
0xnm
force-pushed
the
nogorodnikov/update-kotlin-to-1.8.22
branch
from
April 8, 2024 13:59
f71ea43 to
166a522
Compare
0xnm
marked this pull request as ready for review
April 8, 2024 14:01
mariusc83
approved these changes
Apr 8, 2024
xgouchet
approved these changes
Apr 9, 2024
Base automatically changed from
nogorodnikov/rum-3486/remove-non-ascii-characters-from-test-names
to
develop
April 9, 2024 07:56
Member
Author
|
/merge |
|
🚂 MergeQueue This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. Use |
|
🚂 MergeQueue Pull request added to the queue. This build is going to start soon! (estimated merge in less than 0s) Use |
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.
What does this PR do?
This PR updates Kotlin to 1.8.22, Gradle to 8.2.1 and also updates related tooling.
Latest versions of Kotlin (1.9) and Gradle (8.7) are not used, because Kotlin 1.9 may bring backward binary incompatibility (to be checked), so this PR is on the safe side and uses versions of the build tooling (Gradle included) which are still on Kotlin 1.8 or below.
Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)