deps(deps): update all non-major gradle dependencies #28

Merged
renovate-bot merged 1 commit from renovate/all-non-major-gradle-dependencies into main 2026-03-26 18:02:12 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.dokka 2.1.02.2.0 age confidence
org.jetbrains.dokka:dokka-gradle-plugin 2.1.02.2.0 age confidence
org.jetbrains.compose 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.ui:ui-util 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.ui:ui-tooling-preview 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.ui:ui-tooling 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.ui:ui-test-junit4 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.ui:ui-text 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.ui:ui-graphics 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.ui:ui 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.runtime:runtime-saveable 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.runtime:runtime 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.material3:material3-window-size-class 1.11.0-alpha041.11.0-alpha05 age confidence
org.jetbrains.compose.material3:material3-adaptive-navigation-suite 1.11.0-alpha041.11.0-alpha05 age confidence
org.jetbrains.compose.material3:material3 1.11.0-alpha041.11.0-alpha05 age confidence
org.jetbrains.compose.material:material 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose:compose-gradle-plugin 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.foundation:foundation-layout 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.foundation:foundation 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.desktop:desktop-jvm 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.components:components-ui-tooling-preview 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.components:components-resources 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.animation:animation-graphics 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.animation:animation-core 1.11.0-alpha041.11.0-beta01 age confidence
org.jetbrains.compose.animation:animation 1.11.0-alpha041.11.0-beta01 age confidence

Release Notes

Kotlin/dokka (org.jetbrains.dokka)

v2.2.0: 2.2.0

Dokka 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:

Note: most of the following changes affect only the new Dokka Gradle Plugin, enabled by default since Dokka 2.1.0

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:

Note: most of the following changes affect only Dokka's K2 analysis, enabled by default since Dokka 2.1.0

  • Allow actual declarations to automatically inherit their documentation from expect counterparts in multiplatform projects (#​2493, #​4245, #​4351)
  • Link resolution improvements:
    • Support references to declarations with quoted names (#​3356)
    • Support resolution of links to extensions with type parameters according to KEEP#385 (#​3555)
    • Improve handling of ambiguous KDoc links according to KEEP#389 (#​3451, #​3179, #​3632, #​4327, #​3604)
      • Note: those changes are currently available only under experimental org.jetbrains.dokka.analysis.enableExperimentalKDocResolution system property
  • K2/K1 compatibility improvements:
    • Fix Multiple pages associated with key (#​4300)
    • Fix inconsistent constructor rendering for expect/actual annotation (#​4055)
    • Fix missing abstract modifier for abstract interface method with redundant open modifier (#​4144)
    • Fix working with intersected and overridden fake functions/properties (#​3857)
    • Fix rendering of links in @see block (#​3680)
    • Fix redundant ? on properties with a type of typealias to nullable type (#​4337)
    • Fix the missing default parameter value for inherited (not overridden) members (#​4320)
    • Fix duplicate source links for function overloads and properties (#​4049, #​4338)
    • Fix resolution of links in the second line of KDoc tags (#​4332, KT-75215, KT-79783)
  • Improve DRI handling for varargs and properties (#​3558, #​4347)
  • Context parameters improvements:
    • Fix KDoc links to context parameters (#​4389)
    • Support context parameters documentation via @param tag (#​4065)
  • Java/Javadoc related improvements:
    • Use language-java class for <pre> and <code> tags generated from Java sources (#​4346)
    • Add new Mark DocTag, TextStyle.Highlight and support for <mark> javadoc HTML tag (#​4376)
    • Fix source links to accessors in the KotlinAsJava plugin (#​4396)
    • Fix incorrect links to Javadoc's functions with type parameters (#​3502)
    • Fix links to Java fields (#​4360)
    • Fix documentation on extension properties is not propagated to the generated extension getters (#​3752)
    • Fix generated getter for property in kotlin-as-java doesn't inherit KDoc description (#​3369)
Kotlin playground runnable samples extracted into a separate plugin

Starting with Dokka 2.2.0, Kotlin Playground–based rendering of @sample KDoc 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
  • Fix unnecessary logging for unresolved links in module documentation (#​4413)
  • Fix CLI runner to force use of the latest stdlib (#​4324)
  • Use the shadowed stdlib in the Dokka Maven Plugin (#​4229)
Changes from 2.2.0-Beta
  • Fix DGP reads all Gradle properties, which causes unnecessary CC invalidation (#​4467)
  • Detect and handle intersected source roots in Android multi-variant projects (#​4473)
Feedback

We would appreciate your feedback!

JetBrains/compose-jb (org.jetbrains.compose)

v1.11.0-beta01

Changes since 1.11.0-alpha04

Breaking Changes

iOS
  • Dialog and Popup container views are now located on a system transition view above the root view controller, but below modally presented view controllers. This may affect presentation of interop view controllers #​2833

Fixes

Multiple Platforms
  • Remove check for arbitrary transforms in Matrix conversions due to incorrect detection of regular rotation. Now the behaviour is aligned with Android #​2850
iOS
  • Fix an issue where Popup and Dialog may not close when clicked outside of their bounds #​2815
  • Fix crash caused by mouse hover #​2834
  • Fix an issue where the text cursor appeared in the wrong position when dragging it after selecting text #​2833
  • Fix an issue where selection handles were not rendered inside the magnifier #​2833
  • Fix an issue where popups and dialogs were displayed above a modally presented view controller #​2833
  • Traversal groups now convert into an additional node in the accessibility hierarchy #​2848
  • (prerelease fix) Fix issues with interop views addition and removal #​2842
  • (prerelease fix) Fix an issue where system context menu items (Look Up, Translate, Search, etc.) are not presented #​2837
  • Fix Cmd + C (copy) event handling for the selected text wrapped in SelectionContainer when using a hardware keyboard #​2872
  • Fix the scrolling inertia issue when performing short scroll gestures #​2851
  • Fix an issue where a fling may occur unexpectedly when lifting a finger #​2851
  • (prerelease fix) Fix high memory consumption caused by the Compose container resizing when parallelRendering is enabled #​2882
Desktop
Web
  • Fix incorrect mouse click detection #​2844
  • Fix an issue where wheel events reported incorrect mouse button state in Safari and Firefox #​2844
  • The browser now handles additional cut, copy, and paste keyboard shortcuts, such as Shift+Insert #​2871
  • Fix an issue where "fast delete" action removed characters one by one instead of deleting whole words in text fields on iOS #​2875

Components

Gradle plugin

org.jetbrains.compose version 1.11.0-beta01

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.11.0-beta01 Runtime 1.11.0-beta01
UI org.jetbrains.compose.ui:ui*:1.11.0-beta01 UI 1.11.0-beta01
Foundation org.jetbrains.compose.foundation:foundation*:1.11.0-beta01 Foundation 1.11.0-beta01
Material org.jetbrains.compose.material:material*:1.11.0-beta01 Material 1.11.0-beta01
Material3 org.jetbrains.compose.material3:material3*:1.11.0-alpha05 Material3 1.5.0-alpha15
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha06 Material3 Adaptive 1.3.0-alpha09
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-alpha02 Lifecycle 2.11.0-alpha02
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.2 Navigation 2.9.7
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.1.0-beta01 Navigation3 1.1.0-beta01
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0-alpha01 Navigation Event 1.1.0-alpha01
Savedstate org.jetbrains.androidx.savedstate:savedstate*:1.4.0 Savedstate 1.4.0
WindowManager Core org.jetbrains.androidx.window:window-core:1.5.1 WindowManager 1.5.1


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.dokka](https://github.com/Kotlin/dokka) | `2.1.0` → `2.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/2.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin/2.1.0/2.2.0?slim=true) | | [org.jetbrains.dokka:dokka-gradle-plugin](https://github.com/Kotlin/dokka) | `2.1.0` → `2.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.dokka:dokka-gradle-plugin/2.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.dokka:dokka-gradle-plugin/2.1.0/2.2.0?slim=true) | | [org.jetbrains.compose](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose:org.jetbrains.compose.gradle.plugin/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose:org.jetbrains.compose.gradle.plugin/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.ui:ui-util](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.ui:ui-util/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.ui:ui-util/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.ui:ui-tooling-preview](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.ui:ui-tooling-preview/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.ui:ui-tooling-preview/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.ui:ui-tooling](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.ui:ui-tooling/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.ui:ui-tooling/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.ui:ui-test-junit4](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.ui:ui-test-junit4/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.ui:ui-test-junit4/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.ui:ui-text](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.ui:ui-text/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.ui:ui-text/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.ui:ui-graphics](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.ui:ui-graphics/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.ui:ui-graphics/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.ui:ui](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.ui:ui/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.ui:ui/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.runtime:runtime-saveable](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.runtime:runtime-saveable/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.runtime:runtime-saveable/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.runtime:runtime](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.runtime:runtime/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.runtime:runtime/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.material3:material3-window-size-class](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-alpha05` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.material3:material3-window-size-class/1.11.0-alpha05?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.material3:material3-window-size-class/1.11.0-alpha04/1.11.0-alpha05?slim=true) | | [org.jetbrains.compose.material3:material3-adaptive-navigation-suite](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-alpha05` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.material3:material3-adaptive-navigation-suite/1.11.0-alpha05?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.material3:material3-adaptive-navigation-suite/1.11.0-alpha04/1.11.0-alpha05?slim=true) | | [org.jetbrains.compose.material3:material3](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-alpha05` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.material3:material3/1.11.0-alpha05?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.material3:material3/1.11.0-alpha04/1.11.0-alpha05?slim=true) | | [org.jetbrains.compose.material:material](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.material:material/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.material:material/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose:compose-gradle-plugin](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose:compose-gradle-plugin/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose:compose-gradle-plugin/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.foundation:foundation-layout](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.foundation:foundation-layout/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.foundation:foundation-layout/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.foundation:foundation](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.foundation:foundation/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.foundation:foundation/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.desktop:desktop-jvm](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.desktop:desktop-jvm/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.desktop:desktop-jvm/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.components:components-ui-tooling-preview](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.components:components-ui-tooling-preview/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.components:components-ui-tooling-preview/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.components:components-resources](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.components:components-resources/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.components:components-resources/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.animation:animation-graphics](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.animation:animation-graphics/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.animation:animation-graphics/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.animation:animation-core](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.animation:animation-core/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.animation:animation-core/1.11.0-alpha04/1.11.0-beta01?slim=true) | | [org.jetbrains.compose.animation:animation](https://github.com/JetBrains/compose-jb) | `1.11.0-alpha04` → `1.11.0-beta01` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.compose.animation:animation/1.11.0-beta01?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.compose.animation:animation/1.11.0-alpha04/1.11.0-beta01?slim=true) | --- ### Release Notes <details> <summary>Kotlin/dokka (org.jetbrains.dokka)</summary> ### [`v2.2.0`](https://github.com/Kotlin/dokka/releases/tag/v2.2.0): 2.2.0 ##### Dokka Gradle Plugin Starting from [Dokka 2.1.0](https://github.com/Kotlin/dokka/releases/tag/v2.1.0), the new Dokka Gradle Plugin is enabled by default. The documentation on kotlinlang.org has been updated accordingly: - See [Get started with Dokka](https://kotlinlang.org/docs/dokka-get-started.html) for instructions on adding Dokka to a project - See [Migrate to Dokka Gradle plugin v2](https://kotlinlang.org/docs/dokka-migration.html) for migrating from the old plugin Dokka **2.2.0** introduces multiple improvements and fixes: > Note: most of the following changes affect only the new Dokka Gradle Plugin, enabled by default since [Dokka 2.1.0](https://github.com/Kotlin/dokka/releases/tag/v2.1.0) - Compatibility with [Android Gradle Plugin 9.0.0](https://developer.android.com/build/releases/agp-9-0-0-release-notes), including [Built-in Kotlin](https://developer.android.com/build/releases/agp-9-0-0-release-notes#android-gradle-plugin-built-in-kotlin). ([#&#8203;4231](https://github.com/Kotlin/dokka/pull/4231), [#&#8203;4295](https://github.com/Kotlin/dokka/pull/4295), [#&#8203;4412](https://github.com/Kotlin/dokka/pull/4412)) - See [#&#8203;4472](https://github.com/Kotlin/dokka/issues/4472) on documenting Android projects with flavors / multiple variants - [Android Gradle Library Plugin for KMP](https://developer.android.com/kotlin/multiplatform/plugin) is now properly supported. ([#&#8203;4359](https://github.com/Kotlin/dokka/pull/4359), [#&#8203;4366](https://github.com/Kotlin/dokka/pull/4366)) - Support the new Kotlin Gradle Plugin API to work with [generated sources](https://kotlinlang.org/docs/whatsnew23.html#new-api-for-registering-generated-sources-in-gradle-projects) ([#&#8203;4402](https://github.com/Kotlin/dokka/pull/4402), [#&#8203;4410](https://github.com/Kotlin/dokka/pull/4410)) - Fix `suppressGeneratedFiles` flag was unused ([#&#8203;4348](https://github.com/Kotlin/dokka/pull/4348)) - Improve classpath resolution and platform detection logic ([#&#8203;4296](https://github.com/Kotlin/dokka/pull/4296), [#&#8203;4263](https://github.com/Kotlin/dokka/pull/4263), [#&#8203;4258](https://github.com/Kotlin/dokka/pull/4258)) - Add `olderVersionsDirName` to DokkaVersioningPluginParameters ([#&#8203;4301](https://github.com/Kotlin/dokka/pull/4301)). Thanks to [@&#8203;osipxd](https://github.com/osipxd)! - Rework the Gradle attributes to make them integrate better with the ecosystem ([#&#8203;4334](https://github.com/Kotlin/dokka/pull/4334)). Thanks to [@&#8203;martinbonnin](https://github.com/martinbonnin)! - Drop usages of APIs deprecated in KGP ([#&#8203;4271](https://github.com/Kotlin/dokka/pull/4271)) - this change makes **deprecated DGPv1** be compatible with KGP 1.9.0+, aligning it with DGPv2 ##### Analysis improvements Starting from [Dokka 2.1.0](https://github.com/Kotlin/dokka/releases/tag/v2.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](https://github.com/Kotlin/dokka/pull/4363) to the [new KDoc resolution API](https://youtrack.jetbrains.com/issue/KT-63339/Analysis-API-Provide-a-way-to-extract-KDoc-for-symbols) within the Analysis API. Dokka **2.2.0** introduces multiple improvements and fixes: > Note: most of the following changes affect only Dokka's K2 analysis, enabled by default since [Dokka 2.1.0](https://github.com/Kotlin/dokka/releases/tag/v2.1.0) - Allow `actual` declarations to automatically inherit their documentation from `expect` counterparts in multiplatform projects ([#&#8203;2493](https://github.com/Kotlin/dokka/issues/2493), [#&#8203;4245](https://github.com/Kotlin/dokka/issues/4245), [#&#8203;4351](https://github.com/Kotlin/dokka/issues/4351)) - Link resolution improvements: - Support references to declarations with quoted names ([#&#8203;3356](https://github.com/Kotlin/dokka/issues/3356)) - Support resolution of links to extensions with type parameters according to [KEEP#385](https://github.com/Kotlin/KEEP/blob/main/proposals/KEEP-0385-kdoc-links-to-extensions.md) ([#&#8203;3555](https://github.com/Kotlin/dokka/issues/3555)) - Improve handling of ambiguous KDoc links according to [KEEP#389](https://github.com/Kotlin/KEEP/blob/main/proposals/KEEP-0389-kdoc-streamline-ambiguous-KDoc-links.md) ([#&#8203;3451](https://github.com/Kotlin/dokka/issues/3451), [#&#8203;3179](https://github.com/Kotlin/dokka/issues/3179), [#&#8203;3632](https://github.com/Kotlin/dokka/issues/3632), [#&#8203;4327](https://github.com/Kotlin/dokka/issues/4327), [#&#8203;3604](https://github.com/Kotlin/dokka/issues/3604)) - **Note**: those changes are currently available only under experimental `org.jetbrains.dokka.analysis.enableExperimentalKDocResolution` system property - K2/K1 compatibility improvements: - Fix `Multiple pages associated with key` ([#&#8203;4300](https://github.com/Kotlin/dokka/issues/4300)) - Fix inconsistent constructor rendering for expect/actual annotation ([#&#8203;4055](https://github.com/Kotlin/dokka/issues/4055)) - Fix missing abstract modifier for abstract interface method with redundant open modifier ([#&#8203;4144](https://github.com/Kotlin/dokka/issues/4144)) - Fix working with intersected and overridden fake functions/properties ([#&#8203;3857](https://github.com/Kotlin/dokka/issues/3857)) - Fix rendering of links in `@see` block ([#&#8203;3680](https://github.com/Kotlin/dokka/issues/3680)) - Fix redundant `?` on properties with a type of typealias to nullable type ([#&#8203;4337](https://github.com/Kotlin/dokka/pull/4337)) - Fix the missing default parameter value for inherited (not overridden) members ([#&#8203;4320](https://github.com/Kotlin/dokka/issues/4320)) - Fix duplicate source links for function overloads and properties ([#&#8203;4049](https://github.com/Kotlin/dokka/issues/4049), [#&#8203;4338](https://github.com/Kotlin/dokka/issues/4338)) - Fix resolution of links in the second line of KDoc tags ([#&#8203;4332](https://github.com/Kotlin/dokka/pull/4332), [KT-75215](https://youtrack.jetbrains.com/issue/KT-75215), [KT-79783](https://youtrack.jetbrains.com/issue/KT-79783)) - Improve DRI handling for varargs and properties ([#&#8203;3558](https://github.com/Kotlin/dokka/issues/3558), [#&#8203;4347](https://github.com/Kotlin/dokka/pull/4347)) - Context parameters improvements: - Fix KDoc links to context parameters ([#&#8203;4389](https://github.com/Kotlin/dokka/issues/4389)) - Support context parameters documentation via `@param` tag ([#&#8203;4065](https://github.com/Kotlin/dokka/issues/4065)) - Java/Javadoc related improvements: - Use language-java class for `<pre>` and `<code>` tags generated from Java sources ([#&#8203;4346](https://github.com/Kotlin/dokka/pull/4346)) - Add new `Mark` DocTag, `TextStyle.Highlight` and support for `<mark>` javadoc HTML tag ([#&#8203;4376](https://github.com/Kotlin/dokka/pull/4376)) - Fix source links to accessors in the KotlinAsJava plugin ([#&#8203;4396](https://github.com/Kotlin/dokka/pull/4396)) - Fix incorrect links to Javadoc's functions with type parameters ([#&#8203;3502](https://github.com/Kotlin/dokka/issues/3502)) - Fix links to Java fields ([#&#8203;4360](https://github.com/Kotlin/dokka/pull/4360)) - Fix documentation on extension properties is not propagated to the generated extension getters ([#&#8203;3752](https://github.com/Kotlin/dokka/issues/3752)) - Fix generated getter for property in kotlin-as-java doesn't inherit KDoc description ([#&#8203;3369](https://github.com/Kotlin/dokka/issues/3369)) ##### Kotlin playground runnable samples extracted into a separate plugin Starting with Dokka **2.2.0**, Kotlin Playground–based rendering of `@sample` KDoc references is [disabled by default](https://github.com/Kotlin/dokka/issues/3041). Samples are now rendered as **non-runnable code blocks**. Support for interactive, runnable samples has been [extracted](https://github.com/Kotlin/dokka/pull/4329) into a separate plugin with configurable options, including custom Playground scripts and server URLs. See the [plugin README.md](https://github.com/Kotlin/dokka/tree/master/dokka-subprojects/plugin-kotlin-playground-samples) for setup instructions. ##### Other changes and bugfixes - Fix unnecessary logging for unresolved links in module documentation ([#&#8203;4413](https://github.com/Kotlin/dokka/pull/4413)) - Fix CLI runner to force use of the latest stdlib ([#&#8203;4324](https://github.com/Kotlin/dokka/pull/4324)) - Use the shadowed stdlib in the Dokka Maven Plugin ([#&#8203;4229](https://github.com/Kotlin/dokka/pull/4229)) ##### Changes from 2.2.0-Beta - Fix DGP reads all Gradle properties, which causes unnecessary CC invalidation ([#&#8203;4467](https://github.com/Kotlin/dokka/pull/4467)) - Detect and handle intersected source roots in Android multi-variant projects ([#&#8203;4473](https://github.com/Kotlin/dokka/pull/4473)) ##### Feedback We would appreciate your feedback! - Please report any feedback or problems <https://kotl.in/dokka-issues> - Chat with the community visit #dokka in <https://kotlinlang.slack.com/> (To sign up visit <https://kotl.in/slack>) </details> <details> <summary>JetBrains/compose-jb (org.jetbrains.compose)</summary> ### [`v1.11.0-beta01`](https://github.com/JetBrains/compose-jb/blob/HEAD/CHANGELOG.md#1110-beta01-March-2026) *Changes since 1.11.0-alpha04* #### Breaking Changes ##### iOS - `Dialog` and `Popup` container views are now located on a system transition view above the root view controller, but below modally presented view controllers. This may affect presentation of interop view controllers [#&#8203;2833](https://github.com/JetBrains/compose-multiplatform-core/pull/2833) #### Fixes ##### Multiple Platforms - Remove check for arbitrary transforms in `Matrix` conversions due to incorrect detection of regular rotation. Now the behaviour is aligned with Android [#&#8203;2850](https://github.com/JetBrains/compose-multiplatform-core/pull/2850) ##### iOS - Fix an issue where `Popup` and `Dialog` may not close when clicked outside of their bounds [#&#8203;2815](https://github.com/JetBrains/compose-multiplatform-core/pull/2815) - Fix crash caused by mouse hover [#&#8203;2834](https://github.com/JetBrains/compose-multiplatform-core/pull/2834) - Fix an issue where the text cursor appeared in the wrong position when dragging it after selecting text [#&#8203;2833](https://github.com/JetBrains/compose-multiplatform-core/pull/2833) - Fix an issue where selection handles were not rendered inside the magnifier [#&#8203;2833](https://github.com/JetBrains/compose-multiplatform-core/pull/2833) - Fix an issue where popups and dialogs were displayed above a modally presented view controller [#&#8203;2833](https://github.com/JetBrains/compose-multiplatform-core/pull/2833) - Traversal groups now convert into an additional node in the accessibility hierarchy [#&#8203;2848](https://github.com/JetBrains/compose-multiplatform-core/pull/2848) - *(prerelease fix)* Fix issues with interop views addition and removal [#&#8203;2842](https://github.com/JetBrains/compose-multiplatform-core/pull/2842) - *(prerelease fix)* Fix an issue where system context menu items (Look Up, Translate, Search, etc.) are not presented [#&#8203;2837](https://github.com/JetBrains/compose-multiplatform-core/pull/2837) - Fix `Cmd + C` (copy) event handling for the selected text wrapped in `SelectionContainer` when using a hardware keyboard [#&#8203;2872](https://github.com/JetBrains/compose-multiplatform-core/pull/2872) - Fix the scrolling inertia issue when performing short scroll gestures [#&#8203;2851](https://github.com/JetBrains/compose-multiplatform-core/pull/2851) - Fix an issue where a fling may occur unexpectedly when lifting a finger [#&#8203;2851](https://github.com/JetBrains/compose-multiplatform-core/pull/2851) - *(prerelease fix)* Fix high memory consumption caused by the Compose container resizing when `parallelRendering` is enabled [#&#8203;2882](https://github.com/JetBrains/compose-multiplatform-core/pull/2882) ##### Desktop - \[Windows] `Alt-backspace` now correctly performs undo action [#&#8203;2870](https://github.com/JetBrains/compose-multiplatform-core/pull/2870) - *(prerelease fix)* Bump Compose Hot Reload to [1.1.0-beta01](https://github.com/JetBrains/compose-hot-reload/releases/tag/v1.1.0-beta01) [#&#8203;5559](https://github.com/JetBrains/compose-multiplatform/pull/5559) ##### Web - Fix incorrect mouse click detection [#&#8203;2844](https://github.com/JetBrains/compose-multiplatform-core/pull/2844) - Fix an issue where wheel events reported incorrect mouse button state in Safari and Firefox [#&#8203;2844](https://github.com/JetBrains/compose-multiplatform-core/pull/2844) - The browser now handles additional cut, copy, and paste keyboard shortcuts, such as `Shift+Insert` [#&#8203;2871](https://github.com/JetBrains/compose-multiplatform-core/pull/2871) - Fix an issue where "fast delete" action removed characters one by one instead of deleting whole words in text fields on iOS [#&#8203;2875](https://github.com/JetBrains/compose-multiplatform-core/pull/2875) #### Components ##### Gradle plugin `org.jetbrains.compose` version `1.11.0-beta01` ##### Libraries | Library group | Coordinates | Based on Jetpack | | ------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | | Runtime | `org.jetbrains.compose.runtime:runtime*:1.11.0-beta01` | [Runtime 1.11.0-beta01](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.11.0-beta01) | | UI | `org.jetbrains.compose.ui:ui*:1.11.0-beta01` | [UI 1.11.0-beta01](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.11.0-beta01) | | Foundation | `org.jetbrains.compose.foundation:foundation*:1.11.0-beta01` | [Foundation 1.11.0-beta01](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.11.0-beta01) | | Material | `org.jetbrains.compose.material:material*:1.11.0-beta01` | [Material 1.11.0-beta01](https://developer.android.com/jetpack/androidx/releases/compose-material#1.11.0-beta01) | | Material3 | `org.jetbrains.compose.material3:material3*:1.11.0-alpha05` | [Material3 1.5.0-alpha15](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.5.0-alpha15) | | Material3 Adaptive | `org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha06` | [Material3 Adaptive 1.3.0-alpha09](https://developer.android.com/jetpack/androidx/releases/compose-material3-adaptive#1.3.0-alpha09) | | Lifecycle | `org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-alpha02` | [Lifecycle 2.11.0-alpha02](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.11.0-alpha02) | | Navigation | `org.jetbrains.androidx.navigation:navigation-*:2.9.2` | [Navigation 2.9.7](https://developer.android.com/jetpack/androidx/releases/navigation#2.9.7) | | Navigation3 | `org.jetbrains.androidx.navigation3:navigation3-*:1.1.0-beta01` | [Navigation3 1.1.0-beta01](https://developer.android.com/jetpack/androidx/releases/navigation3#1.1.0-beta01) | | Navigation Event | `org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0-alpha01` | [Navigation Event 1.1.0-alpha01](https://developer.android.com/jetpack/androidx/releases/navigationevent#1.1.0-alpha01) | | Savedstate | `org.jetbrains.androidx.savedstate:savedstate*:1.4.0` | [Savedstate 1.4.0](https://developer.android.com/jetpack/androidx/releases/savedstate#1.4.0) | | WindowManager Core | `org.jetbrains.androidx.window:window-core:1.5.1` | [WindowManager 1.5.1](https://developer.android.com/jetpack/androidx/releases/window#1.5.1) | *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
deps(deps): update all non-major gradle dependencies
All checks were successful
Security / Trivy Security Scan (pull_request) Successful in 10s
Main CI / build (pull_request) Successful in 1m55s
Security / MobSF Scan (pull_request) Successful in 13s
5cced5ce71
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-26 18:01:57 +00:00
renovate-bot deleted branch renovate/all-non-major-gradle-dependencies 2026-03-26 18:02:12 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lscythe/gradle-version-catalog!28
No description provided.