nowinandroid
nowinandroid copied to clipboard
A fully functional Android app built entirely with Kotlin and Jetpack Compose
[Bug]: FlavorDimension doesn't support more than one dimension, or at least Android Studio doesn't
### 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...
**Issue** currentTopLevelDestination is null momentarily , causing the TopAppBar to momentarily go out of the composition tree while navigating the top level destinations. In short the problem lies here ```...
**What I have done and why** Fix snackbar was covered by System navigation bar. Fix #1295 Supersed #1296
Simplify Drag&Drop implementation as per last update
## Instructions Upgraded Kotlin & KSP so this project can receive a KSP memory leak fix https://github.com/google/ksp/issues/2073 I profiled NowInAndroid with a dev local build of KSP to originally test...
**What I have done and why** Refactor to remove redundant annotations
Bumps androidx.compose:compose-bom from 2024.09.00 to 2024.11.00. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Steps to repro: - `./gradlew testDemoDebug` Expected - Tests pass without any extra information being output to the screen Actual - Hundreds of the following stacktraces are shown: ``` java.lang.instrument.IllegalClassFormatException:...
**What I have done and why** Fix the consistency of the dependencies on other sub-modules in the `build.gradle.kts` file of the ForYou Feature module.