Skip to content

Releases: mrlem/android-compose-template

New start

28 Jan 19:25
b4ac100
Compare
Choose a tag to compare

Full rewrite.
Technical stack:

  • arch:
    • app: clean architecture with features x layer modularization
    • ui: simplified MVI
  • build: kts gradle build scripts + gradle convention plugins to simplify + version catalog
  • dep injection: hilt + auto-dagger
  • ui: compose + material3 + navigation
  • async: coroutines & flow
  • db: room
  • rest: retrofit
  • annotation processing: ksp only, no kapt