mirror of
https://github.com/tiann/KernelSU.git
synced 2025-08-27 23:46:34 +00:00
ff635516ca2953267d87eda20a6f8272d4046ffc
555 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
ff635516ca |
Translated using Weblate (Azerbaijani)
Currently translated at 61.4% (86 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/az/ |
||
|
|
f506b57167 |
Translated using Weblate (French)
Currently translated at 92.8% (130 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/fr/ |
||
|
|
b790d547b8 |
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/uk/ |
||
|
|
e509d9e806 |
Translated using Weblate (Russian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/ru/ |
||
|
|
066ac0ecd4 |
Translated using Weblate (Polish)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/pl/ |
||
|
|
a6fa3a3ca3 |
Translated using Weblate (Spanish)
Currently translated at 75.0% (105 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/es/ |
||
|
|
ac2fa293ab |
Translated using Weblate (English)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/en/ |
||
|
|
20b37d9659 |
Translated using Weblate (Filipino)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/fil/ |
||
|
|
160fbd88ac |
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/vi/ |
||
|
|
8469d5ab44 |
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/uk/ |
||
|
|
2385866e36 |
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/vi/ |
||
|
|
dbda739f51 |
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/vi/ |
||
|
|
144974e876 |
Translated using Weblate (Indonesian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/id/ |
||
|
|
135256ae72 |
Translated using Weblate (Danish)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/da/ |
||
|
|
3c60216050 |
Translated using Weblate (Indonesian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/id/ |
||
|
|
25347d0229 |
Translated using Weblate (Danish)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/da/ |
||
|
|
75d1dcb464 |
Translated using Weblate (Arabic)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/ar/ |
||
|
|
64927d872b |
Translated using Weblate (Vietnamese)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/vi/ |
||
|
|
2f59aac1ac | Merge remote-tracking branch 'origin/main' | ||
|
|
67fa81b60c |
ksud: support vendor_boot patching for some odd devices (#2650)
This will add support to patch vendor_boot with LKM for devices which have their init ramdisk inside of vendor_boot and not boot/init_boot. --------- Co-authored-by: Rifat Azad <rifat.44.azad.rifs@gmail.com> Co-authored-by: 5ec1cff <ewtqyqyewtqyqy@gmail.com> Co-authored-by: 5ec1cff <56485584+5ec1cff@users.noreply.github.com> |
||
|
|
b9d7a9dd3f |
Translated using Weblate (Danish)
Currently translated at 54.2% (76 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/da/ |
||
|
|
fb15777ae4 |
Translated using Weblate (Dutch)
Currently translated at 99.2% (139 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/nl/ |
||
|
|
8654f85670 | Merge remote-tracking branch 'origin/main' | ||
|
|
ee72b8e106 |
feat(ui): improve predictive back animations (#2675)
## Summary
This pull request introduces custom screen transition animations to
enhance the overall user experience during navigation.
The key change is the implementation of a custom slide/fade effect for
navigating from main screens (i.e., screens hosted in the bottom
navigation bar) to detail screens. Transitions between the bottom
navigation bar tabs themselves retain a simple, clean cross-fade effect
to ensure a fast and smooth user interaction.
This PR also addresses the root cause of an issue where custom
animations were being overridden by the navigation library's defaults.
## Root Cause
During implementation, it was discovered that custom transition
animations defined in the `defaultTransitions` parameter of the
`DestinationsNavHost` in `MainActivity` were not being applied. Instead,
a default fade-in/fade-out animation was always present.
The root cause was traced to the `compose-destinations` KSP (Kotlin
Symbol Processing) code generator. By default, the generator creates a
`NavGraphSpec` (e.g., `RootNavGraph.kt`) that includes its own
`defaultTransitions` property. This property, defined at compile-time
within the generated graph object, has a higher precedence than the
`defaultTransitions` parameter supplied to the `DestinationsNavHost`
composable at runtime.
As a result, our intended custom animations were being ignored and
overridden by the generated default.
## Solution
To resolve this precedence issue permanently, this PR adopts the
official configuration method recommended by the `compose-destinations`
library.
- The following KSP argument has been added to the
`app/build.gradle.kts` file:
```kotlin
ksp {
arg("compose-destinations.defaultTransitions", "none")
}
```
- This argument instructs the code generator to omit the
`defaultTransitions` property from the generated `NavGraphSpec`.
- By removing the higher-priority, generated default, the
`defaultTransitions` parameter on `DestinationsNavHost` now functions as
the effective default, allowing our custom animation logic to execute as
intended.
## Animation Logic Details
The new animation logic is conditional and defined within
`MainActivity`. It distinguishes between two primary navigation types:
- Main Screen → Detail Screen:
- Enter: The new detail screen slides in from the right.
- Exit: The old main screen slides out to the left while fading out.
- Detail Screen → Main Screen (on Pop):
- Pop Enter: The main screen slides back in from the left while fading
in.
- Pop Exit: The detail screen slides out to the right.
- Between Bottom Navigation Tabs:
- A simple cross-fade (`fadeIn`/`fadeOut`) is maintained for these
transitions to provide a quick and non-disruptive experience when
switching between primary sections of the app.
|
||
|
|
7b47a9f19f |
Translated using Weblate (Thai)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/th/ |
||
|
|
bc59ed2d7f |
Translated using Weblate (Russian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/ru/ |
||
|
|
d9c94ac63a |
Translated using Weblate (Bosnian)
Currently translated at 53.5% (75 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/bs/ |
||
|
|
9042fb867c |
Translated using Weblate (French)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/fr/ |
||
|
|
609fcf8f88 |
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/zh_Hant/ |
||
|
|
415ad13dad |
Translated using Weblate (Polish)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/pl/ |
||
|
|
30bd643086 |
Translated using Weblate (Indonesian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/id/ |
||
|
|
b939415d8d |
Translated using Weblate (Indonesian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/id/ |
||
|
|
43ed7eedae |
Translated using Weblate (Indonesian)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/id/ |
||
|
|
306ba62755 |
Translated using Weblate (Filipino)
Currently translated at 22.1% (31 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/fil/ |
||
|
|
71d2f9638a |
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/pt_BR/ |
||
|
|
19e5343c60 |
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/pt_BR/ |
||
|
|
589616a5ed |
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/pt_BR/ |
||
|
|
0c26677594 |
Translated using Weblate (English)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/en/ |
||
|
|
788cf0ed31 |
Translated using Weblate (Azerbaijani)
Currently translated at 65.0% (91 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/az/ |
||
|
|
ef567a3e9e | Merge remote-tracking branch 'origin/main' | ||
|
|
9a64eaa930 |
manger: fix lkm detection (#2654)
原因请看 https://github.com/SukiSU-Ultra/SukiSU-Ultra/pull/217#issuecomment-3004461174 文中介绍的是lkm的问题 但实测下来gki也有这样的问题 但修复方法通用 |
||
|
|
0454510827 |
Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/zh_Hant/ |
||
|
|
6b0c8b852f |
Translated using Weblate (Turkish)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/tr/ |
||
|
|
bb0e3de2a9 |
Translated using Weblate (Thai)
Currently translated at 100.0% (140 of 140 strings) Translation: KernelSU/Manager Translate-URL: https://hosted.weblate.org/projects/kernelsu/manager/th/ |
||
|
|
0fe72a8110 |
build(deps): bump the maven group across 1 directory with 7 updates (#2629)
Bumps the maven group with 7 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.compose:compose-bom | `2025.05.01` | `2025.06.00` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.9.0` | `2.9.1` | | androidx.lifecycle:lifecycle-runtime-compose | `2.9.0` | `2.9.1` | | androidx.lifecycle:lifecycle-viewmodel-compose | `2.9.0` | `2.9.1` | | androidx.webkit:webkit | `1.13.0` | `1.14.0` | | [org.lsposed.libcxx:libcxx](https://github.com/LSPosed/prefab-libcxx) | `27.0.12077973` | `28.1.13356709` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.21-2.0.1` | `2.1.21-2.0.2` | Updates `androidx.compose:compose-bom` from 2025.05.01 to 2025.06.00 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.9.0 to 2.9.1 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.0 to 2.9.1 Updates `androidx.webkit:webkit` from 1.13.0 to 1.14.0 Updates `org.lsposed.libcxx:libcxx` from 27.0.12077973 to 28.1.13356709 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/LSPosed/prefab-libcxx/commit/1e95c38b8a44aa777fdff23a361604c8dfdb1bf2"><code>1e95c38</code></a> 28.1.13356709</li> <li><a href="https://github.com/LSPosed/prefab-libcxx/commit/9d672dd836d2ee36557b9724675b183bd7aa4a54"><code>9d672dd</code></a> 27.0.12077973-1</li> <li>See full diff in <a href="https://github.com/LSPosed/prefab-libcxx/compare/27.0.12077973...28.1.13356709">compare view</a></li> </ul> </details> <br /> Updates `com.google.devtools.ksp` from 2.1.21-2.0.1 to 2.1.21-2.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>2.1.21-2.0.2</h2> <h2>What's Changed</h2> <p>KSP1: use new mangling scheme for inline classes <a href="https://redirect.github.com/google/ksp/issues/2446">#2446</a> KSP task (non-)registration happens too soon <a href="https://redirect.github.com/google/ksp/issues/1789">#1789</a> [ksp2] Resolver.getJvmName wrong for properties starts with is <a href="https://redirect.github.com/google/ksp/issues/2275">#2275</a> Inlined JVM name is not correct <a href="https://redirect.github.com/google/ksp/issues/1493">#1493</a> [KSP2] Annotation values of inner annotations shouldn't be marked as default <a href="https://redirect.github.com/google/ksp/issues/2437">#2437</a> Properly support <a href="https://github.com/all"><code>@all</code></a> annotation use site target <a href="https://redirect.github.com/google/ksp/issues/2438">#2438</a></p> <h2>Contributors</h2> <p>Thanks to everyone who reported bugs and participated in discussions!</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.21-2.0.1...2.1.21-2.0.2">https://github.com/google/ksp/compare/2.1.21-2.0.1...2.1.21-2.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/e9efa37e8c8daa515272ed290140ba26a5873753"><code>e9efa37</code></a> Handle a weird case from Analysis API</li> <li><a href="https://github.com/google/ksp/commit/0f5ff31fe722273e2273f8946ac912cdef3952ad"><code>0f5ff31</code></a> Add clarification to possible value types of KSValueArgument.value</li> <li><a href="https://github.com/google/ksp/commit/2ac9a4ccd475fe4daacb921dd30d4adf1ddc7e7e"><code>2ac9a4c</code></a> UPDATE_KOTLIN_VERSION: 2.1.21</li> <li><a href="https://github.com/google/ksp/commit/68d41f7c713f6fed75f105f7133d95d6d5ba773d"><code>68d41f7</code></a> Ignore .kotlin/</li> <li><a href="https://github.com/google/ksp/commit/529403acb8c441d739225224d171b27ba81e0614"><code>529403a</code></a> Support friend modules</li> <li><a href="https://github.com/google/ksp/commit/9fc3e74724d32ad2947e6d7f505a1bdc4f960dd2"><code>9fc3e74</code></a> Cleanup: remove CompilerConfiguration</li> <li><a href="https://github.com/google/ksp/commit/9323eccdde334a9e52850d9231549e16fa0b241a"><code>9323ecc</code></a> Small grammatical fix, otherwised -> otherwise</li> <li><a href="https://github.com/google/ksp/commit/c48c1e891d99fb2cbc976f69e01abc2c1189e14a"><code>c48c1e8</code></a> Upgrade to the latest lint-gradle checks</li> <li><a href="https://github.com/google/ksp/commit/084b3e839634844ae37c2b1841cc04c38cc5b005"><code>084b3e8</code></a> Better naming of variables</li> <li><a href="https://github.com/google/ksp/commit/12bbdfdd0a6ede02a4233714074115ddb2b4e655"><code>12bbdfd</code></a> Fix origin of arguments of synthetic annotations</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.21-2.0.1...2.1.21-2.0.2">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
46101c5b36 |
Translations update from Hosted Weblate (#2587)
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [KernelSU/Manager](https://hosted.weblate.org/projects/kernelsu/manager/). Current translation status:  --------- Co-authored-by: I g o r <igormczampola1@gmail.com> Co-authored-by: Léane GRASSER <leane.grasser@proton.me> Co-authored-by: ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝) <coool@mail.lv> Co-authored-by: dabao1955 <dabao1955@163.com> Co-authored-by: rehork <cooky@e.email> Co-authored-by: yuztass <inkognito0901@gmail.com> Co-authored-by: Potato <ammarmo723@gmail.com> Co-authored-by: Mehrab Poladov <thepoladov@protonmail.com> Co-authored-by: Infer <infer.thetpainghtet@outlook.com> Co-authored-by: elisenlebkuch <mm7shdk2@duck.com> Co-authored-by: Chou Chamnan <chou.chamnan.kh@gmail.com> Co-authored-by: Phạm Ngọc Vũ <telekinesis3275@gmail.com> |
||
|
|
a2787860ed |
build(deps): bump the maven group across 1 directory with 4 updates (#2612)
Bumps the maven group with 4 updates in the /manager directory: androidx.compose:compose-bom, com.android.application, com.android.library and [com.google.devtools.ksp](https://github.com/google/ksp). Updates `androidx.compose:compose-bom` from 2025.05.00 to 2025.05.01 Updates `com.android.application` from 8.10.0 to 8.10.1 Updates `com.android.library` from 8.10.0 to 8.10.1 Updates `com.android.library` from 8.10.0 to 8.10.1 Updates `com.google.devtools.ksp` from 2.1.20-2.0.1 to 2.1.21-2.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>2.1.21-2.0.1</h2> <h2>What's Changed</h2> <ul> <li>Bump Kotlin version to 2.1.21 by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2448">google/ksp#2448</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.21-RC2-2.0.1...2.1.21-2.0.1">https://github.com/google/ksp/compare/2.1.21-RC2-2.0.1...2.1.21-2.0.1</a></p> <h2>2.1.21-RC2-2.0.1</h2> <h2>What's Changed</h2> <ul> <li>Bump Kotlin version to 2.1.21-RC2 by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2435">google/ksp#2435</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.20-2.0.1...2.1.21-RC2-2.0.1">https://github.com/google/ksp/compare/2.1.20-2.0.1...2.1.21-RC2-2.0.1</a></p> <h2>2.1.21-RC-2.0.0</h2> <h2>What's Changed</h2> <ul> <li>Bump Kotlin to 2.1.21-RC by <a href="https://github.com/mkmuir0"><code>@mkmuir0</code></a> in <a href="https://redirect.github.com/google/ksp/pull/2421">google/ksp#2421</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.20-2.0.0...2.1.21-RC-2.0.0">https://github.com/google/ksp/compare/2.1.20-2.0.0...2.1.21-RC-2.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/43b39e6c4b1e3d7a39e02660305c6617645de463"><code>43b39e6</code></a> Update gradle.properties</li> <li><a href="https://github.com/google/ksp/commit/2d30505a8c95a2baff9620a7e73e1d63b0940fd8"><code>2d30505</code></a> Update gradle.properties</li> <li>See full diff in <a href="https://github.com/google/ksp/compare/2.1.20-2.0.1...2.1.21-2.0.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
d8ce238c37 |
Add a formatting string for the update list #2556 (#2597)
Fix module update failures caused by spaces and other non Linux readable characters Signed-off-by: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> |
||
|
|
c5d8c5676d | Fix fallback option for createRootShell() (#2593) | ||
|
|
6bf2739540 |
build(deps): bump the maven group across 1 directory with 12 updates (#2579)
Bumps the maven group with 12 updates in the /manager directory: | Package | From | To | | --- | --- | --- | | androidx.navigation:navigation-compose | `2.8.9` | `2.9.0` | | androidx.compose:compose-bom | `2025.03.01` | `2025.05.00` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.8.7` | `2.9.0` | | androidx.lifecycle:lifecycle-runtime-compose | `2.8.7` | `2.9.0` | | androidx.lifecycle:lifecycle-viewmodel-compose | `2.8.7` | `2.9.0` | | [io.github.raamcosta.compose-destinations:core](https://github.com/raamcosta/compose-destinations) | `2.1.0` | `2.2.0` | | [io.github.raamcosta.compose-destinations:ksp](https://github.com/raamcosta/compose-destinations) | `2.1.0` | `2.2.0` | | com.android.application | `8.9.1` | `8.10.0` | | com.android.library | `8.9.1` | `8.10.0` | | [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.1.21` | | [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.1.21` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.20-2.0.0` | `2.1.20-2.0.1` | Updates `androidx.navigation:navigation-compose` from 2.8.9 to 2.9.0 Updates `androidx.compose:compose-bom` from 2025.03.01 to 2025.05.00 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.8.7 to 2.9.0 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.7 to 2.9.0 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.7 to 2.9.0 Updates `androidx.lifecycle:lifecycle-runtime-compose` from 2.8.7 to 2.9.0 Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.7 to 2.9.0 Updates `io.github.raamcosta.compose-destinations:core` from 2.1.0 to 2.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:core's releases</a>.</em></p> <blockquote> <h2>2.2.0</h2> <h2>What changed</h2> <ul> <li>Fixes issues related to KSP v2</li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/736">#736</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/728">#728</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></li> <li>Improve error messages and docs</li> <li>Dependency updates</li> </ul> <h3>Optional result back in ON_RESUME / ON_START <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></h3> <p>By default, compose destinations will call onNavResult in first opportunity between "onResume" and "onStart". That is because in some situations, I've found that "onResume" is actually not called. However, that makes it be called mostly in "onStart", and in some other cases it may not be ideal (see <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a>).</p> <p>So, we've introduced a new <code>onNavResult</code> overload that takes a parameter developers can use to choose when they want to receive the result. Example:</p> <pre lang="kotlin"><code> @Destination<RootGraph> @Composable fun MyScreen( resultRecipient: ResultRecipient<ConfirmationScreenDestination, Boolean> ) { <pre><code>resultRecipient.onNavResult( deliverResultOn = OpenResultRecipient.DeliverResultOn.RESUME ) { result -&gt; // ... } </code></pre> <p>}<br /> </code></pre></p> <p>By default, if you call the overload which does not take any param here, it will use <code>FIRST_OPPORTUNITY</code> to not make a breaking change in behaviour here.</p> <h3>New Destination label (<a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a>)</h3> <p><code>Destination</code> annotation now has a new param "label". This is used to set what official navigation library supports in <code>NavDestination.label</code>. Can be useful for monitoring, logging, etc.</p> <pre lang="kotlin"><code>@Destination<RootGraph>( label = "my screen label" ) @Composable fun MyScreen() { } </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.1...2.2.0">https://github.com/raamcosta/compose-destinations/compare/2.1.1...2.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/98fd7ba0ebc2567aa3f64279cc83b738c627b6f5"><code>98fd7ba</code></a> fix build</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/13e61b899c6485ef1ab125ffcb50e64d15c386f1"><code>13e61b8</code></a> Update README.md</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/dfd2781ac56c45e590f5507d280558364686efc0"><code>dfd2781</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/736">#736</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/602857d539442526e29421e1a90e4fd0bc4a6644"><code>602857d</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/728">#728</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/c1157fc9439b6716bc352d2d7a0b628b4b3b251a"><code>c1157fc</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/519ee84371dcb359516e5c6f4f31bdb5f841f7c7"><code>519ee84</code></a> Improve error messages and docs</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/75174f12d6a74996c445c3eabe9208159eae77cb"><code>75174f1</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/581eb670d5fc0aaa53f8a647699fc75790b0f73d"><code>581eb67</code></a> dependency updates</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/32675c596ba93cfd78a2b8cda5abba89a3da7e62"><code>32675c5</code></a> updated compose navigation to 2.8.9 fixing 2.8.8 regression</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/d1baa546945f02f64d60e5a3bcd16335fd8c9ff7"><code>d1baa54</code></a> Update FUNDING.yml</li> <li>Additional commits viewable in <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0...2.2.0">compare view</a></li> </ul> </details> <br /> Updates `io.github.raamcosta.compose-destinations:ksp` from 2.1.0 to 2.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:ksp's releases</a>.</em></p> <blockquote> <h2>2.2.0</h2> <h2>What changed</h2> <ul> <li>Fixes issues related to KSP v2</li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/736">#736</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/728">#728</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></li> <li>Improve error messages and docs</li> <li>Dependency updates</li> </ul> <h3>Optional result back in ON_RESUME / ON_START <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></h3> <p>By default, compose destinations will call onNavResult in first opportunity between "onResume" and "onStart". That is because in some situations, I've found that "onResume" is actually not called. However, that makes it be called mostly in "onStart", and in some other cases it may not be ideal (see <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a>).</p> <p>So, we've introduced a new <code>onNavResult</code> overload that takes a parameter developers can use to choose when they want to receive the result. Example:</p> <pre lang="kotlin"><code> @Destination<RootGraph> @Composable fun MyScreen( resultRecipient: ResultRecipient<ConfirmationScreenDestination, Boolean> ) { <pre><code>resultRecipient.onNavResult( deliverResultOn = OpenResultRecipient.DeliverResultOn.RESUME ) { result -&gt; // ... } </code></pre> <p>}<br /> </code></pre></p> <p>By default, if you call the overload which does not take any param here, it will use <code>FIRST_OPPORTUNITY</code> to not make a breaking change in behaviour here.</p> <h3>New Destination label (<a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a>)</h3> <p><code>Destination</code> annotation now has a new param "label". This is used to set what official navigation library supports in <code>NavDestination.label</code>. Can be useful for monitoring, logging, etc.</p> <pre lang="kotlin"><code>@Destination<RootGraph>( label = "my screen label" ) @Composable fun MyScreen() { } </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.1...2.2.0">https://github.com/raamcosta/compose-destinations/compare/2.1.1...2.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/98fd7ba0ebc2567aa3f64279cc83b738c627b6f5"><code>98fd7ba</code></a> fix build</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/13e61b899c6485ef1ab125ffcb50e64d15c386f1"><code>13e61b8</code></a> Update README.md</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/dfd2781ac56c45e590f5507d280558364686efc0"><code>dfd2781</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/736">#736</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/602857d539442526e29421e1a90e4fd0bc4a6644"><code>602857d</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/728">#728</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/c1157fc9439b6716bc352d2d7a0b628b4b3b251a"><code>c1157fc</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/519ee84371dcb359516e5c6f4f31bdb5f841f7c7"><code>519ee84</code></a> Improve error messages and docs</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/75174f12d6a74996c445c3eabe9208159eae77cb"><code>75174f1</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/581eb670d5fc0aaa53f8a647699fc75790b0f73d"><code>581eb67</code></a> dependency updates</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/32675c596ba93cfd78a2b8cda5abba89a3da7e62"><code>32675c5</code></a> updated compose navigation to 2.8.9 fixing 2.8.8 regression</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/d1baa546945f02f64d60e5a3bcd16335fd8c9ff7"><code>d1baa54</code></a> Update FUNDING.yml</li> <li>Additional commits viewable in <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0...2.2.0">compare view</a></li> </ul> </details> <br /> Updates `io.github.raamcosta.compose-destinations:ksp` from 2.1.0 to 2.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raamcosta/compose-destinations/releases">io.github.raamcosta.compose-destinations:ksp's releases</a>.</em></p> <blockquote> <h2>2.2.0</h2> <h2>What changed</h2> <ul> <li>Fixes issues related to KSP v2</li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/736">#736</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/728">#728</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a></li> <li>Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></li> <li>Improve error messages and docs</li> <li>Dependency updates</li> </ul> <h3>Optional result back in ON_RESUME / ON_START <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></h3> <p>By default, compose destinations will call onNavResult in first opportunity between "onResume" and "onStart". That is because in some situations, I've found that "onResume" is actually not called. However, that makes it be called mostly in "onStart", and in some other cases it may not be ideal (see <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a>).</p> <p>So, we've introduced a new <code>onNavResult</code> overload that takes a parameter developers can use to choose when they want to receive the result. Example:</p> <pre lang="kotlin"><code> @Destination<RootGraph> @Composable fun MyScreen( resultRecipient: ResultRecipient<ConfirmationScreenDestination, Boolean> ) { <pre><code>resultRecipient.onNavResult( deliverResultOn = OpenResultRecipient.DeliverResultOn.RESUME ) { result -&gt; // ... } </code></pre> <p>}<br /> </code></pre></p> <p>By default, if you call the overload which does not take any param here, it will use <code>FIRST_OPPORTUNITY</code> to not make a breaking change in behaviour here.</p> <h3>New Destination label (<a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a>)</h3> <p><code>Destination</code> annotation now has a new param "label". This is used to set what official navigation library supports in <code>NavDestination.label</code>. Can be useful for monitoring, logging, etc.</p> <pre lang="kotlin"><code>@Destination<RootGraph>( label = "my screen label" ) @Composable fun MyScreen() { } </code></pre> <p><strong>Full Changelog</strong>: <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.1...2.2.0">https://github.com/raamcosta/compose-destinations/compare/2.1.1...2.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raamcosta/compose-destinations/commit/98fd7ba0ebc2567aa3f64279cc83b738c627b6f5"><code>98fd7ba</code></a> fix build</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/13e61b899c6485ef1ab125ffcb50e64d15c386f1"><code>13e61b8</code></a> Update README.md</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/dfd2781ac56c45e590f5507d280558364686efc0"><code>dfd2781</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/736">#736</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/602857d539442526e29421e1a90e4fd0bc4a6644"><code>602857d</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/728">#728</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/c1157fc9439b6716bc352d2d7a0b628b4b3b251a"><code>c1157fc</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/714">#714</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/519ee84371dcb359516e5c6f4f31bdb5f841f7c7"><code>519ee84</code></a> Improve error messages and docs</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/75174f12d6a74996c445c3eabe9208159eae77cb"><code>75174f1</code></a> Fixes <a href="https://redirect.github.com/raamcosta/compose-destinations/issues/719">#719</a></li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/581eb670d5fc0aaa53f8a647699fc75790b0f73d"><code>581eb67</code></a> dependency updates</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/32675c596ba93cfd78a2b8cda5abba89a3da7e62"><code>32675c5</code></a> updated compose navigation to 2.8.9 fixing 2.8.8 regression</li> <li><a href="https://github.com/raamcosta/compose-destinations/commit/d1baa546945f02f64d60e5a3bcd16335fd8c9ff7"><code>d1baa54</code></a> Update FUNDING.yml</li> <li>Additional commits viewable in <a href="https://github.com/raamcosta/compose-destinations/compare/2.1.0...2.2.0">compare view</a></li> </ul> </details> <br /> Updates `com.android.application` from 8.9.1 to 8.10.0 Updates `com.android.library` from 8.9.1 to 8.10.0 Updates `com.android.library` from 8.9.1 to 8.10.0 Updates `org.jetbrains.kotlin.android` from 2.1.20 to 2.1.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.android's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.1.21</h2> <h2>Changelog</h2> <h3>Backend. Native. Debug</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75991"><code>KT-75991</code></a> Xcode 16.3: Fix lldb stepping test over an inline function</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75992"><code>KT-75992</code></a> Xcode 16.3: stacktraces on simulators are not symbolicated</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76663"><code>KT-76663</code></a> KJS: KotlinNothingValueException caused by expression return since 2.1.20</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75756"><code>KT-75756</code></a> Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76209"><code>KT-76209</code></a> CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70352"><code>KT-70352</code></a> K2: False-negative CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74739"><code>KT-74739</code></a> Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75483"><code>KT-75483</code></a> Native: redundant unboxing generated with smart cast</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71425"><code>KT-71425</code></a> IR Inliner: investigate return type of an inlined block</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76252"><code>KT-76252</code></a> Native: executable crash with generic value classes with 2.1.20</li> </ul> <h3>Native. C and ObjC Import</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75781"><code>KT-75781</code></a> Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'</li> </ul> <h3>Native. Runtime. Memory</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74280"><code>KT-74280</code></a> Native: GC.collect crashes with -Xallocator=std</li> </ul> <h3>Tools. CLI</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75588"><code>KT-75588</code></a> [2.1.20-RC] "was compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler" warnings despite using the same compiler version</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74663"><code>KT-74663</code></a> kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException</li> </ul> <h3>Tools. Compiler Plugins</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76162"><code>KT-76162</code></a> "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-73682"><code>KT-73682</code></a> Compatibility with Gradle 8.12 release</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73142"><code>KT-73142</code></a> Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilder</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-36004"><code>KT-36004</code></a> Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' value</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73968"><code>KT-73968</code></a> KotlinDependencyManagement tries to mutate configuration after it was resolved</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73684"><code>KT-73684</code></a> Run integration tests against Gradle 8.12</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72694"><code>KT-72694</code></a> Accessing Task.project during execution is being deprecated in Gradle 8.12</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73683"><code>KT-73683</code></a> Compile against Gradle API 8.12</li> </ul> <h3>Tools. Gradle. JS</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v2.1.21/ChangeLog.md">org.jetbrains.kotlin.android's changelog</a>.</em></p> <blockquote> <h2>2.1.21-RC2</h2> <h3>Tools. Gradle. JS</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-77119"><code>KT-77119</code></a> KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer works</li> </ul> <h2>2.1.21-RC</h2> <h3>Backend. Native. Debug</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75991"><code>KT-75991</code></a> Xcode 16.3: Fix lldb stepping test over an inline function</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75992"><code>KT-75992</code></a> Xcode 16.3: stacktraces on simulators are not symbolicated</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76663"><code>KT-76663</code></a> KJS: KotlinNothingValueException caused by expression return since 2.1.20</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75756"><code>KT-75756</code></a> Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76209"><code>KT-76209</code></a> CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70352"><code>KT-70352</code></a> K2: False-negative CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74739"><code>KT-74739</code></a> Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75483"><code>KT-75483</code></a> Native: redundant unboxing generated with smart cast</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71425"><code>KT-71425</code></a> IR Inliner: investigate return type of an inlined block</li> </ul> <h3>Compose compiler</h3> <ul> <li><a href="https://issuetracker.google.com/issues/408013789"><code>b/408013789</code></a> Add missing return for the default function wrappers</li> <li><a href="https://issuetracker.google.com/issues/405541364"><code>b/405541364</code></a> Realize coalescable children in the body of <code>key</code> call</li> <li><a href="https://issuetracker.google.com/issues/401484249"><code>b/401484249</code></a> Generate a group around <code>Array</code> constructor call</li> <li><a href="https://issuetracker.google.com/issues/400380396"><code>b/400380396</code></a> Fix missing <code>endMovableGroup</code> call with early return in <code>key</code> function</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76252"><code>KT-76252</code></a> Native: executable crash with generic value classes with 2.1.20</li> </ul> <h3>Native. C and ObjC Import</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75781"><code>KT-75781</code></a> Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'</li> </ul> <h3>Native. Runtime. Memory</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74280"><code>KT-74280</code></a> Native: GC.collect crashes with -Xallocator=std</li> </ul> <h3>Tools. CLI</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74663"><code>KT-74663</code></a> kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException</li> </ul> <h3>Tools. Compiler Plugins</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76162"><code>KT-76162</code></a> "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/f59375aebc65b867f1d9f50038fc8878f3f686d3"><code>f59375a</code></a> Add ChangeLog for 2.1.21-RC2</li> <li><a href="https://github.com/JetBrains/kotlin/commit/301186fc43d1fb5187c42a83fa42727a7e9d60f4"><code>301186f</code></a> [Gradle] Fix passing process environment when launching KotlinKarma tests</li> <li><a href="https://github.com/JetBrains/kotlin/commit/12b40213f2d6c8cdc374f40274fcd8c5dece4c22"><code>12b4021</code></a> Add changelog for 2.1.21-RC</li> <li><a href="https://github.com/JetBrains/kotlin/commit/e16f5a86068b38ec024fbb874354bac1fe3fd285"><code>e16f5a8</code></a> [IC] Update inline function snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/5f12d8b8278e352bb9fd350833318ae8da009cd0"><code>5f12d8b</code></a> [Cherry-picks] Update BTA specific parts for the release branch</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f025799b7c0575857d90c58a06042ad95f55a44a"><code>f025799</code></a> [IC] Additional test cases for inline function snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/58df05e4d8fd0f1ce545243e9fdc4be73f37e19f"><code>58df05e</code></a> [Tests] More tests for inline fun abi snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/951289372dc9ecef40a58c67e0021bf1fbd119ba"><code>9512893</code></a> [KGP] Experimental: support incremental changes in inlined local classes</li> <li><a href="https://github.com/JetBrains/kotlin/commit/950cee52a411f8e23952680de062c39d6f64ef45"><code>950cee5</code></a> [IC] Additional test cases for inlined lambda snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/a0a8ca0c5143fa15d2e1b4cf19a12c8c552eae10"><code>a0a8ca0</code></a> [BTA Tests] Fix changedSources tracking when compilation fail is expected</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.1.21">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.20 to 2.1.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.compose's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.1.21</h2> <h2>Changelog</h2> <h3>Backend. Native. Debug</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75991"><code>KT-75991</code></a> Xcode 16.3: Fix lldb stepping test over an inline function</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75992"><code>KT-75992</code></a> Xcode 16.3: stacktraces on simulators are not symbolicated</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76663"><code>KT-76663</code></a> KJS: KotlinNothingValueException caused by expression return since 2.1.20</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75756"><code>KT-75756</code></a> Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76209"><code>KT-76209</code></a> CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70352"><code>KT-70352</code></a> K2: False-negative CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74739"><code>KT-74739</code></a> Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75483"><code>KT-75483</code></a> Native: redundant unboxing generated with smart cast</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71425"><code>KT-71425</code></a> IR Inliner: investigate return type of an inlined block</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76252"><code>KT-76252</code></a> Native: executable crash with generic value classes with 2.1.20</li> </ul> <h3>Native. C and ObjC Import</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75781"><code>KT-75781</code></a> Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'</li> </ul> <h3>Native. Runtime. Memory</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74280"><code>KT-74280</code></a> Native: GC.collect crashes with -Xallocator=std</li> </ul> <h3>Tools. CLI</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75588"><code>KT-75588</code></a> [2.1.20-RC] "was compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler" warnings despite using the same compiler version</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74663"><code>KT-74663</code></a> kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException</li> </ul> <h3>Tools. Compiler Plugins</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76162"><code>KT-76162</code></a> "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-73682"><code>KT-73682</code></a> Compatibility with Gradle 8.12 release</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73142"><code>KT-73142</code></a> Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilder</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-36004"><code>KT-36004</code></a> Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' value</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73968"><code>KT-73968</code></a> KotlinDependencyManagement tries to mutate configuration after it was resolved</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73684"><code>KT-73684</code></a> Run integration tests against Gradle 8.12</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72694"><code>KT-72694</code></a> Accessing Task.project during execution is being deprecated in Gradle 8.12</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73683"><code>KT-73683</code></a> Compile against Gradle API 8.12</li> </ul> <h3>Tools. Gradle. JS</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v2.1.21/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's changelog</a>.</em></p> <blockquote> <h2>2.1.21-RC2</h2> <h3>Tools. Gradle. JS</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-77119"><code>KT-77119</code></a> KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer works</li> </ul> <h2>2.1.21-RC</h2> <h3>Backend. Native. Debug</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75991"><code>KT-75991</code></a> Xcode 16.3: Fix lldb stepping test over an inline function</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75992"><code>KT-75992</code></a> Xcode 16.3: stacktraces on simulators are not symbolicated</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76663"><code>KT-76663</code></a> KJS: KotlinNothingValueException caused by expression return since 2.1.20</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75756"><code>KT-75756</code></a> Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76209"><code>KT-76209</code></a> CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70352"><code>KT-70352</code></a> K2: False-negative CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74739"><code>KT-74739</code></a> Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75483"><code>KT-75483</code></a> Native: redundant unboxing generated with smart cast</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71425"><code>KT-71425</code></a> IR Inliner: investigate return type of an inlined block</li> </ul> <h3>Compose compiler</h3> <ul> <li><a href="https://issuetracker.google.com/issues/408013789"><code>b/408013789</code></a> Add missing return for the default function wrappers</li> <li><a href="https://issuetracker.google.com/issues/405541364"><code>b/405541364</code></a> Realize coalescable children in the body of <code>key</code> call</li> <li><a href="https://issuetracker.google.com/issues/401484249"><code>b/401484249</code></a> Generate a group around <code>Array</code> constructor call</li> <li><a href="https://issuetracker.google.com/issues/400380396"><code>b/400380396</code></a> Fix missing <code>endMovableGroup</code> call with early return in <code>key</code> function</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76252"><code>KT-76252</code></a> Native: executable crash with generic value classes with 2.1.20</li> </ul> <h3>Native. C and ObjC Import</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75781"><code>KT-75781</code></a> Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'</li> </ul> <h3>Native. Runtime. Memory</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74280"><code>KT-74280</code></a> Native: GC.collect crashes with -Xallocator=std</li> </ul> <h3>Tools. CLI</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74663"><code>KT-74663</code></a> kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException</li> </ul> <h3>Tools. Compiler Plugins</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76162"><code>KT-76162</code></a> "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/f59375aebc65b867f1d9f50038fc8878f3f686d3"><code>f59375a</code></a> Add ChangeLog for 2.1.21-RC2</li> <li><a href="https://github.com/JetBrains/kotlin/commit/301186fc43d1fb5187c42a83fa42727a7e9d60f4"><code>301186f</code></a> [Gradle] Fix passing process environment when launching KotlinKarma tests</li> <li><a href="https://github.com/JetBrains/kotlin/commit/12b40213f2d6c8cdc374f40274fcd8c5dece4c22"><code>12b4021</code></a> Add changelog for 2.1.21-RC</li> <li><a href="https://github.com/JetBrains/kotlin/commit/e16f5a86068b38ec024fbb874354bac1fe3fd285"><code>e16f5a8</code></a> [IC] Update inline function snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/5f12d8b8278e352bb9fd350833318ae8da009cd0"><code>5f12d8b</code></a> [Cherry-picks] Update BTA specific parts for the release branch</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f025799b7c0575857d90c58a06042ad95f55a44a"><code>f025799</code></a> [IC] Additional test cases for inline function snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/58df05e4d8fd0f1ce545243e9fdc4be73f37e19f"><code>58df05e</code></a> [Tests] More tests for inline fun abi snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/951289372dc9ecef40a58c67e0021bf1fbd119ba"><code>9512893</code></a> [KGP] Experimental: support incremental changes in inlined local classes</li> <li><a href="https://github.com/JetBrains/kotlin/commit/950cee52a411f8e23952680de062c39d6f64ef45"><code>950cee5</code></a> [IC] Additional test cases for inlined lambda snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/a0a8ca0c5143fa15d2e1b4cf19a12c8c552eae10"><code>a0a8ca0</code></a> [BTA Tests] Fix changedSources tracking when compilation fail is expected</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.1.21">compare view</a></li> </ul> </details> <br /> Updates `org.jetbrains.kotlin.plugin.compose` from 2.1.20 to 2.1.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.compose's releases</a>.</em></p> <blockquote> <h2>Kotlin 2.1.21</h2> <h2>Changelog</h2> <h3>Backend. Native. Debug</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75991"><code>KT-75991</code></a> Xcode 16.3: Fix lldb stepping test over an inline function</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75992"><code>KT-75992</code></a> Xcode 16.3: stacktraces on simulators are not symbolicated</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76663"><code>KT-76663</code></a> KJS: KotlinNothingValueException caused by expression return since 2.1.20</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75756"><code>KT-75756</code></a> Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76209"><code>KT-76209</code></a> CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70352"><code>KT-70352</code></a> K2: False-negative CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74739"><code>KT-74739</code></a> Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75483"><code>KT-75483</code></a> Native: redundant unboxing generated with smart cast</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71425"><code>KT-71425</code></a> IR Inliner: investigate return type of an inlined block</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76252"><code>KT-76252</code></a> Native: executable crash with generic value classes with 2.1.20</li> </ul> <h3>Native. C and ObjC Import</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75781"><code>KT-75781</code></a> Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'</li> </ul> <h3>Native. Runtime. Memory</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74280"><code>KT-74280</code></a> Native: GC.collect crashes with -Xallocator=std</li> </ul> <h3>Tools. CLI</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75588"><code>KT-75588</code></a> [2.1.20-RC] "was compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler" warnings despite using the same compiler version</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74663"><code>KT-74663</code></a> kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException</li> </ul> <h3>Tools. Compiler Plugins</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76162"><code>KT-76162</code></a> "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20</li> </ul> <h3>Tools. Gradle</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-73682"><code>KT-73682</code></a> Compatibility with Gradle 8.12 release</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73142"><code>KT-73142</code></a> Kotlin Gradle plugin: Remove usage of Gradle's internal ExecHandleBuilder</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-36004"><code>KT-36004</code></a> Update 'org.gradle.usage' attribute rules to support the 'JAVA_API' and 'JAVA_RUNTIME' value</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73968"><code>KT-73968</code></a> KotlinDependencyManagement tries to mutate configuration after it was resolved</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73684"><code>KT-73684</code></a> Run integration tests against Gradle 8.12</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-72694"><code>KT-72694</code></a> Accessing Task.project during execution is being deprecated in Gradle 8.12</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-73683"><code>KT-73683</code></a> Compile against Gradle API 8.12</li> </ul> <h3>Tools. Gradle. JS</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/kotlin/blob/v2.1.21/ChangeLog.md">org.jetbrains.kotlin.plugin.compose's changelog</a>.</em></p> <blockquote> <h2>2.1.21-RC2</h2> <h3>Tools. Gradle. JS</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-77119"><code>KT-77119</code></a> KJS: Gradle: Setting custom environment variables in KotlinJsTest tasks no longer works</li> </ul> <h2>2.1.21-RC</h2> <h3>Backend. Native. Debug</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75991"><code>KT-75991</code></a> Xcode 16.3: Fix lldb stepping test over an inline function</li> </ul> <h3>Compiler</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75992"><code>KT-75992</code></a> Xcode 16.3: stacktraces on simulators are not symbolicated</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76663"><code>KT-76663</code></a> KJS: KotlinNothingValueException caused by expression return since 2.1.20</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75756"><code>KT-75756</code></a> Backend Internal error: Exception during IR lowering when trying to access variable from providedProperties in class within kotlin custom script</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-76209"><code>KT-76209</code></a> CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-70352"><code>KT-70352</code></a> K2: False-negative CONFLICTING_UPPER_BOUNDS on <code>Nothing</code> bound</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-74739"><code>KT-74739</code></a> Native: "IllegalArgumentException: All constructors should've been lowered: FUNCTION_REFERENCE"</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-75483"><code>KT-75483</code></a> Native: redundant unboxing generated with smart cast</li> <li><a href="https://youtrack.jetbrains.com/issue/KT-71425"><code>KT-71425</code></a> IR Inliner: investigate return type of an inlined block</li> </ul> <h3>Compose compiler</h3> <ul> <li><a href="https://issuetracker.google.com/issues/408013789"><code>b/408013789</code></a> Add missing return for the default function wrappers</li> <li><a href="https://issuetracker.google.com/issues/405541364"><code>b/405541364</code></a> Realize coalescable children in the body of <code>key</code> call</li> <li><a href="https://issuetracker.google.com/issues/401484249"><code>b/401484249</code></a> Generate a group around <code>Array</code> constructor call</li> <li><a href="https://issuetracker.google.com/issues/400380396"><code>b/400380396</code></a> Fix missing <code>endMovableGroup</code> call with early return in <code>key</code> function</li> </ul> <h3>Native</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76252"><code>KT-76252</code></a> Native: executable crash with generic value classes with 2.1.20</li> </ul> <h3>Native. C and ObjC Import</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-75781"><code>KT-75781</code></a> Xcode 16.3: Fix cinterop tests failing with fatal error: could not build module '_stdint'</li> </ul> <h3>Native. Runtime. Memory</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74280"><code>KT-74280</code></a> Native: GC.collect crashes with -Xallocator=std</li> </ul> <h3>Tools. CLI</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-74663"><code>KT-74663</code></a> kotlinc-js CLI: not providing -ir-output-dir results in NullPointerException</li> </ul> <h3>Tools. Compiler Plugins</h3> <ul> <li><a href="https://youtrack.jetbrains.com/issue/KT-76162"><code>KT-76162</code></a> "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" after updating to 2.1.20</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/JetBrains/kotlin/commit/f59375aebc65b867f1d9f50038fc8878f3f686d3"><code>f59375a</code></a> Add ChangeLog for 2.1.21-RC2</li> <li><a href="https://github.com/JetBrains/kotlin/commit/301186fc43d1fb5187c42a83fa42727a7e9d60f4"><code>301186f</code></a> [Gradle] Fix passing process environment when launching KotlinKarma tests</li> <li><a href="https://github.com/JetBrains/kotlin/commit/12b40213f2d6c8cdc374f40274fcd8c5dece4c22"><code>12b4021</code></a> Add changelog for 2.1.21-RC</li> <li><a href="https://github.com/JetBrains/kotlin/commit/e16f5a86068b38ec024fbb874354bac1fe3fd285"><code>e16f5a8</code></a> [IC] Update inline function snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/5f12d8b8278e352bb9fd350833318ae8da009cd0"><code>5f12d8b</code></a> [Cherry-picks] Update BTA specific parts for the release branch</li> <li><a href="https://github.com/JetBrains/kotlin/commit/f025799b7c0575857d90c58a06042ad95f55a44a"><code>f025799</code></a> [IC] Additional test cases for inline function snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/58df05e4d8fd0f1ce545243e9fdc4be73f37e19f"><code>58df05e</code></a> [Tests] More tests for inline fun abi snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/951289372dc9ecef40a58c67e0021bf1fbd119ba"><code>9512893</code></a> [KGP] Experimental: support incremental changes in inlined local classes</li> <li><a href="https://github.com/JetBrains/kotlin/commit/950cee52a411f8e23952680de062c39d6f64ef45"><code>950cee5</code></a> [IC] Additional test cases for inlined lambda snapshotting</li> <li><a href="https://github.com/JetBrains/kotlin/commit/a0a8ca0c5143fa15d2e1b4cf19a12c8c552eae10"><code>a0a8ca0</code></a> [BTA Tests] Fix changedSources tracking when compilation fail is expected</li> <li>Additional commits viewable in <a href="https://github.com/JetBrains/kotlin/compare/v2.1.20...v2.1.21">compare view</a></li> </ul> </details> <br /> Updates `com.google.devtools.ksp` from 2.1.20-2.0.0 to 2.1.20-2.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/ksp/releases">com.google.devtools.ksp's releases</a>.</em></p> <blockquote> <h2>2.1.20-2.0.1</h2> <h2>What's Changed</h2> <ul> <li>[KSP2] Annotation values shouldn't be marked as default (synthetic origin) broken after PR <a href="https://redirect.github.com/google/ksp/issues/2424">#2424</a> in <a href="https://redirect.github.com/google/ksp/pull/2425">google/ksp#2425</a></li> <li>[KSP2] Wrong internal method name with custom moduleName compiler option in <a href="https://redirect.github.com/google/ksp/pull/2415">google/ksp#2415</a></li> <li>[KSP2] getJvmName for internal method did not sanitize java identifiers in <a href="https://redirect.github.com/google/ksp/pull/2413">google/ksp#2413</a></li> <li>[KSP2] Annotation and argument's origin is wrong in <a href="https://redirect.github.com/google/ksp/pull/2412">google/ksp#2412</a></li> <li>[KSP2] functionKind is MEMBER for static method in interface in Java in <a href="https://redirect.github.com/google/ksp/pull/2410">google/ksp#2410</a></li> <li>KSP2 Generated .class files are not added to the classpath in <a href="https://redirect.github.com/google/ksp/pull/2365">google/ksp#2365</a></li> <li>When I write specific code, KSP throws an Unexpected class for KtSymbol error. in <a href="https://redirect.github.com/google/ksp/pull/2303">google/ksp#2303</a></li> </ul> <h2>Contributors</h2> <p>Thanks to everyone who reported bugs and participated in discussions!</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/ksp/compare/2.1.20-2.0.0...2.1.20-2.0.1">https://github.com/google/ksp/compare/2.1.20-2.0.0...2.1.20-2.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/ksp/commit/60466e89a8f550a4dccbc161186b45c15dfde52a"><code>60466e8</code></a> Don't disable KSP2 native tasks if cross compilation is enabled</li> <li><a href="https://github.com/google/ksp/commit/d906cdb9f5a534f5f1246b0431ef6d7c1e75dbfa"><code>d906cdb</code></a> Fix KSAnnotationResolvedImpl.origin</li> <li><a href="https://github.com/google/ksp/commit/74c7bebd2e85720affa7e63371979d4449c30b0f"><code>74c7beb</code></a> Support KaDestructuringDeclarationSymbol</li> <li><a href="https://github.com/google/ksp/commit/d305dbb24f8a5414d3a0aacbccd31cfbb48f929d"><code>d305dbb</code></a> Rewrite test: libOrigin</li> <li><a href="https://github.com/google/ksp/commit/2c9c0e38d6f9889d42b2b86021d850d1ef7c41b8"><code>2c9c0e3</code></a> Fix origin of KSAnnotation</li> <li><a href="https://github.com/google/ksp/commit/d4fabe387f54c53127dd236eb3b7b643c6feac52"><code>d4fabe3</code></a> fix typo exmample -> example</li> <li><a href="https://github.com/google/ksp/commit/7cd486163042bdb95eebb4a9418def8d8f957588"><code>7cd4861</code></a> Mention both ksp1/2 test suite in CONTRIBUTING.md</li> <li><a href="https://github.com/google/ksp/commit/b0851d0625d3f8594866effa3addd0213ba742ab"><code>b0851d0</code></a> Update url to JetBrains kotlin-ide-plugin-dependencies Maven Repositories</li> <li><a href="https://github.com/google/ksp/commit/353df7c733cefbc8b405e3288b8772c0590638be"><code>353df7c</code></a> Update url to JetBrains bootstrap Maven Repositories</li> <li><a href="https://github.com/google/ksp/commit/3939ff8e21add6c3a96dcfcfbaf15bcf8cb07bca"><code>3939ff8</code></a> Use moduleName from compilerOptions if it exists</li> <li>Additional commits viewable in <a href="https://github.com/google/ksp/compare/2.1.20-2.0.0...2.1.20-2.0.1">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | org.jetbrains.kotlin.android | [< 1.10, > 1.9.23] | | com.google.devtools.ksp | [< 1.10, > 1.9.23-1.0.20] | </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |