-
Notifications
You must be signed in to change notification settings - Fork 177
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
Update kotlin #2990
Update kotlin #2990
Conversation
So I guess we won't be able to merge it until we bump to Kotlin 2.0. |
ae505cc
to
a3a041e
Compare
891f45a
to
3a931a0
Compare
57bdfe8
to
91f557b
Compare
91f557b
to
1d60f81
Compare
1d60f81
to
b125823
Compare
…x` until we upgrade to Kotlin 2.0
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2990 +/- ##
===========================================
+ Coverage 76.18% 82.63% +6.44%
===========================================
Files 1656 1656
Lines 39021 38803 -218
Branches 7571 4685 -2886
===========================================
+ Hits 29730 32066 +2336
+ Misses 5365 5072 -293
+ Partials 3926 1665 -2261 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
0.8.0
->0.8.3
1.6.3
->1.7.1
1.5.14
->1.5.15
1.9.24-1.0.20
->1.9.25-1.0.20
1.9.24
->1.9.25
1.9.24
->1.9.25
1.9.24
->1.9.25
1.9.24
->1.9.25
1.9.24
->1.9.25
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Kotlin/kotlinx-kover (org.jetbrains.kotlinx:kover-gradle-plugin)
v0.8.3
===================
Kover Aggregation Plugin
Kover Maven Plugin
#51
Implemented Kover Maven Pluginv0.8.2
===================
Kover Aggregation Plugin
Implemented prototype of Kover Aggregation Plugin - an alternative to the existing Kover Gradle Plugin, it makes it easier to set up a configuration and collect coverage reactively, depending on the compilation and test tasks running.
This is not a production-ready plugin, it is in an incubation state.
Please refer to the GitHub issue and documentation for details.
Kover Gradle Plugin
Bugfixes
#621
Fixed coverage evaluation for enum in K2#633
Fix issue with identical cache keys between projects#613
Fixed JaCoCo error: Can't add different class with same name#601
Fixed support of Compose functions#646
Fixed reusing of configuration cache#628
Fixed coverage evaluation of try-finally and try-with-resources for Java codeFeatures
v0.8.1
===================
Kover Gradle Plugin
Features
#600
Apply recommendations for improving DSLBugfixes
#610
FixedKoverCriticalException
with a certain order of applying of pluginsKotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)
v1.7.1
==================
This is a bugfix release that aims to fix missing
kotlinx-serialization-hocon
artifact.It also contains experimental integration with
kotlinx-io
library.Kotlin 2.0.0 is used by default.
Fixed HOCON publication
Sadly, 1.7.0 release was published incomplete:
kotlinx-serialization-hocon
artifact is missing from 1.7.0 and 1.7.0-RC releases.This release fixes this problem and now
kotlinx-serialization-hocon
is available again with 1.7.1 version.No other changes were made to this artifact. Related ticket: #2717.
Add integration with a kotlinx-io library
kotlinx-io
is an official multiplatform library that provides basic IO primitives, similar to Okio.kotlinx.serialization integration is now available in a separate artifact, located at the
kotlinx-serialization-json-io
coordinates.Integration artifact provides functions similar to existing Okio integration:
encodeToSink
,decodeFromSource
, anddecodeSourceToSequence
.Check out the PR for more details.
Other bugfixes
v1.7.0
==================
This release contains all of the changes from 1.7.0-RC and is compatible with Kotlin 2.0.
Please note that for reasons explained in the 1.7.0-RC changelog, it may not be possible to use it with the Kotlin 1.9.x
compiler plugin. Yet, it is still fully backwards compatible with previous versions.
The only difference with 1.7.0-RC is that
classDiscriminatorMode
property inJsonBuilder
is marked as experimental,as it should have been when it was introduced (#2680).
google/ksp (com.google.devtools.ksp)
v1.9.25-1.0.20
Compare Source
KSP 1.0.20 for Kotlin 1.9.25
JetBrains/kotlin (org.jetbrains.kotlin.kapt)
v1.9.25
: Kotlin 1.9.25Note: This is a technical release for IntelliJ IDEA.
Changelog
Tools. JPS
KT-69204
Generate lookups in dumb mode for compatibility with ref indexConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.