nowinandroid
nowinandroid copied to clipboard
A fully functional Android app built entirely with Kotlin and Jetpack Compose
Migrate package from core:domain to namespace in build.gradle file. To be compliant with AGP 8+
studio:Flamingo 2022.2.1 Canary8 os:macOS Ventura 13.0 jdk: android studio jbr -------------------------------------------------- Build file '/Users/sky/Desktop/nowinandroid2/build.gradle.kts' line: 29 * What went wrong: Script compilation errors: Line 29: alias(libs.plugins.android.application) apply false ^ Unresolved...
- Fix app suffix for benchmarks - enable R8 for benchmarks - add release build type to catalog, so that studio doesn't complain with variant conflicts (could/should we make it...
So here is the scenario. The api call needs authentication, auth token is stored locally and needs to be added in request header. In this code structure network module is...
On my machine the script failed, because the folder didn't exist.
Fixes #467
Adds a usage of accompanist/testharnness to force a given DpSize for its content, overriding the density if necessary to ensure that the size is achieved. This allows testing UI at...
This will improve code readability