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...
**Steps to repro** `./gradlew testDemoDebug` **Expected result** No errors or warnings are shown **Actual result** The following warnings are shown ``` > Task :core:model:compileKotlin w: Opt-in requirement marker kotlinx.coroutines.ExperimentalCoroutinesApi is...
**Steps to repro** `./gradlew testDemoDebug` **Expected result** No errors or warnings **Actual result** The following warning is shown: ``` > Task :feature:search:compileDemoDebugUnitTestKotlin w: file:///Users/donturner/Code/workspace-android/nowinandroid/feature/search/src/test/kotlin/com/google/samples/apps/nowinandroid/feature/search/SearchViewModelTest.kt:102:13 Variable 'result' is never used ```
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem After running the app for the first time, the notification...
### 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...
### 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 ### Describe the problem Now that we have enabled first party support for dependency...
Example PR for adding a permission, which should fail due to badging not being updated.
**What I have done and why** App will now crash if someone does funky stuff on the main thread for debug builds. This enforces programming thread safe programming (even though...