navigation-compose-typed icon indicating copy to clipboard operation
navigation-compose-typed copied to clipboard

Type-safe arguments for Jetpack Navigation Compose using Kotlinx.Serialization

Results 18 navigation-compose-typed issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [androidx.compose:compose-bom](https://developer.android.com/jetpack) | `2023.10.01` -> `2024.09.02` | [![age](https://developer.mend.io/api/mc/badges/age/maven/androidx.compose:compose-bom/2024.09.02?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/androidx.compose:compose-bom/2024.09.02?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

chore
skip-changelog

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.application](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `8.3.0` -> `8.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.application/8.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

chore
skip-changelog

With the news about shared element transitions coming to compose, naturally a lot of people are going to want to be able to use them in their navigation screens. As...

First, there is a resolution conflict, as the NavController has its own `navigate` method accepting an object. Therefore ours is ignored and this crashes in runtime. (but that is probably...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.robolectric:robolectric](http://robolectric.org) ([source](https://togithub.com/robolectric/robolectric)) | `4.11.1` -> `4.13` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.robolectric:robolectric/4.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

chore
skip-changelog

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jmailen.kotlinter | `4.1.1` -> `4.4.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jmailen.kotlinter/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jmailen.kotlinter/4.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

chore
skip-changelog

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.vanniktech.maven.publish.base](https://togithub.com/vanniktech/gradle-maven-publish-plugin) | `0.27.0` -> `0.29.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.vanniktech.maven.publish.base/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.vanniktech.maven.publish.base/0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

chore
skip-changelog

https://android-review.googlesource.com/c/platform/frameworks/support/+/2916066

feature