A fully functional Android app built entirely with Kotlin and Jetpack Compose using the Punk API
The app follows the official architecture guidance and is modularised using Gradle modules. A domain layer has not been implmentented to reduce boilerplate code in the project however could be introduced in the future if circumstances call for it.
- Beers list pagination
- "Fake" repository classes to reduce boilerplate in tests
- Update versions in
libs.versions.toml - Investigate splitting
PunkApiinto dedicated "feature" Api interfaces, i.e.BeersApi,DetailsApiect

