Open
Conversation
efb9a73 to
b128881
Compare
159c8cc to
ca4bdb1
Compare
2010207 to
9ec37c5
Compare
c7d36a8 to
3320e9a
Compare
3320e9a to
1350536
Compare
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.
This PR contains the following updates:
0.22.0→0.22.10.5.6→0.5.83.4.1→3.4.32.3.6→2.3.72.3.6→2.3.76.1.7→6.1.116.1.7→6.1.114.2.0→4.2.12.1.0→2.2.02.0.0-alpha.2→2.0.0-alpha.32.0.0-alpha.2→2.0.0-alpha.32.0.0-alpha.2→2.0.0-alpha.32.0.0-alpha.2→2.0.0-alpha.32.0.0-alpha.2→2.0.0-alpha.32.0.0-alpha.2→2.0.0-alpha.32.0.0-alpha.2→2.0.0-alpha.30.0.1-alpha13→0.0.1-alpha140.0.1-alpha13→0.0.1-alpha142.9.7→2.9.82026.03.00→2026.04.0132.1.0→32.2.09.1.0→9.2.09.1.0→9.2.09.1.0→9.2.09.1.0→9.2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
drewhamilton/Poko (dev.drewhamilton.poko)
v0.22.1Compare Source
2026-04-24
Compile with Kotlin 2.3.21. Implement forward compatibility with Kotlin 2.4.0-Beta2.
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)
v0.5.8: 0.5.8What's Changed
New Contributors
Dependency Matrix
Full Changelog: mrmans0n/compose-rules@v0.5.7...v0.5.8
v0.5.7What's changed
Dependency Matrix
ktorio/ktor (io.ktor:ktor-bom)
v3.4.3Compare Source
Bugfixes
configmethod is closedclose()races with in-flightexecute()since 3.4.2cancelCallOnCloseon, cancels subsequent requests when CallLogging plugin with callIdMdc is installedv3.4.2Compare Source
Improvements
formFieldLimitdocuments incorrect default value (64 KB instead of 50 MiB)Bugfixes
JsWebSocketSession._closeReasonis completed twicegoogle/ksp (com.google.devtools.ksp)
v2.3.7Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.6...2.3.7
kotest/kotest (io.kotest:kotest-bom)
v6.1.11Compare Source
What's Changed
Full Changelog: kotest/kotest@v6.1.10...6.1.11
v6.1.10Compare Source
What's Changed
New Contributors
Full Changelog: kotest/kotest@v6.1.9...v6.1.10
v6.1.9Compare Source
Full Changelog: kotest/kotest@v6.1.8...v6.1.9
The Gradle 9.4 --tests filter change was missed from the 6.1.8 release.
This 6.1.9 release includes it.
If you are using Gradle 9.4+ then you need this build to run a single test from the IDE.
v6.1.8Compare Source
What's Changed
SpringExtensionby @T45K in #5788Discoveryto improve class visibility filtering by @sksamuel in #5790New Contributors
Full Changelog: kotest/kotest@v6.1.7...v6.1.8
InsertKoinIO/koin (io.insert-koin:koin-bom)
v4.2.1: Koin 4.2.1Compare Source
Support for Compile Safety with Koin Compiler 1.0.0-RC1
Bug Fixes
Fix stacked-params lookup on linked scopes (#2387) — The 4.2.0 resolver rewrite (
CoreResolverV2) walked linked scopes but dropped the per-parent stacked-parameters check that 4.1.x performed via recursion. This broke patterns whereAndroidParametersHolderis stacked on the factory scope byKoinViewModelFactoryandSavedStateHandleis then resolved from a child ViewModel scope. Linked-scope resolution now also checks stacked params on each parent scope.Restore ABI compatibility for
runOnKoinStarted(#2391) — The 4.2.0 release inadvertently broke binary compatibility forrunOnKoinStartedon JVM. Fixed by restoring the original JVM class name via@JvmName/@JvmMultifileClassannotations.Fix scope
_closedconcurrency issue (#2389) — TheScope._closedflag was not volatile, which could cause stale reads under concurrent access.Improvements
Improved Scope resolution error messages —
CoreResolverV2now provides clearer error messages when scope resolution fails, making it easier to diagnose misconfigured scopes.Added
apiCheckto CI — Binary compatibility validation (kotlinx.binary-compatibility-validator) now runs on every PR to prevent future ABI breaks.Documentation
parametersOftype-collision warning (#2328) — Added a caution note explaining that when a value passed viaparametersOfhas the same type as the requested definition, Koin returns the value directly and skips the factory block. Suggests using a wrapper type as a workaround.Contributors
Thanks to the following contributors for this release:
Kotlin/dokka (org.jetbrains.dokka)
v2.2.0: 2.2.0Dokka Gradle Plugin
Starting from Dokka 2.1.0, the new Dokka Gradle Plugin is enabled by default. The documentation on kotlinlang.org has been updated accordingly:
Dokka 2.2.0 introduces multiple improvements and fixes:
suppressGeneratedFilesflag was unused (#4348)olderVersionsDirNameto DokkaVersioningPluginParameters (#4301). Thanks to @osipxd!Analysis improvements
Starting from Dokka 2.1.0, the K2 analysis is enabled by default. K2 analysis is now stable, enabled by default, and fully migrated to the new shared Analysis API. This includes the migration to the new KDoc resolution API within the Analysis API.
Dokka 2.2.0 introduces multiple improvements and fixes:
actualdeclarations to automatically inherit their documentation fromexpectcounterparts in multiplatform projects (#2493, #4245, #4351)org.jetbrains.dokka.analysis.enableExperimentalKDocResolutionsystem propertyMultiple pages associated with key(#4300)@seeblock (#3680)?on properties with a type of typealias to nullable type (#4337)@paramtag (#4065)<pre>and<code>tags generated from Java sources (#4346)MarkDocTag,TextStyle.Highlightand support for<mark>javadoc HTML tag (#4376)Kotlin playground runnable samples extracted into a separate plugin
Starting with Dokka 2.2.0, Kotlin Playground–based rendering of
@sampleKDoc references is disabled by default. Samples are now rendered as non-runnable code blocks.Support for interactive, runnable samples has been extracted into a separate plugin with configurable options, including custom Playground scripts and server URLs. See the plugin README.md for setup instructions.
Other changes and bugfixes
Changes from 2.2.0-Beta
Feedback
We would appreciate your feedback!
detekt/detekt (dev.detekt)
v2.0.0-alpha.32.0.0-alpha.3 - 2026-04-24
This is an alpha release of Detekt 2.0.0. Is built against Kotlin 2.3.21, Gradle 9.3.1, AGP 9.1.1 and is tested against JDK 25.
As of this release, the workaround of disabling the new DSL and built-in Kotlin via
gradle.propertiesfor AGP 9.x projects is no longer required.Notable Changes
UnnecessaryFullyQualifiedNamenow requires full mode to run - #9061UnnecessaryRun- #7428Breaking Changes
DetektProgressListenerfrom our public API - #9221Configuration
📅 Schedule: (UTC)
* 22-23,0-4 * * *)* * * * 0,6)🚦 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.