nowinandroid
nowinandroid copied to clipboard
A fully functional Android app built entirely with Kotlin and Jetpack Compose
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
**What I have done and why** Reference by automerge documentation. https://docs.renovatebot.com/configuration-options/#automerge ```{ "packageRules": [ { "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "automerge": true } ] } ``` Fix #1782 Try to...
**What I have done and why** Consistent with #1585
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is there a StackOverflow question about this issue? - [X] I have searched...
This PR migrates the project from using Navigation Compose (aka Nav2) to [Navigation 3](https://developer.android.com/guide/navigation/navigation-3). It follows the [official migration guide](https://developer.android.com/guide/navigation/navigation-3/migration-guide). Implementation details --- **Navigable content** Every piece of navigable content...
Fixes https://github.com/android/nowinandroid/issues/1842
[WIP] This PR migrates the codebase to using Jetpack Navigation 3. More details to follow...
🚧 AGP 9
This neat website can be used to track the current issues with AGP 9: https://agp-status.frybits.com/agp-9.0.0/ --- - [x] https://github.com/firebase/firebase-android-sdk/issues/7293 (fixed in Firebase BoM 34.5.0) - [x] [AGP 9.0.0-alpha03 produces circular...
Description This change would adds @Target(AnnotationTarget.VALUE_PARAMETER) to the @Dispatcher qualifier to explicitly limit its usage to constructor/function parameters. This removes Kotlin’s use-site target warnings, improves clarity. I believe Kotlin 2.2...