Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlem authored Jan 28, 2024
1 parent 449aae8 commit b4ac100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A project template with the following objectives in mind:
* rest: **retrofit**
* annotation processing: ksp only, no kapt

## Sample app structure
## App structure

Modules hierarchy:

Expand Down Expand Up @@ -52,11 +52,11 @@ Each adds all requirements for the module of a given layer, save the android nam

Navigation is using dedicated modules for stronger feature isolation.

# TODO
## TODO

* ui: coil
* room: database in the library module makes sense for this sample app, for not for a real app. If
you find a multi-module pattern for room, please call me (I'd say this is not possible, by design)
* room: migration handling
* data: inject coroutine scope
* vm: allow shared vms in a given navigationGraph
* vm: allow shared vms in a given navigationGraph

0 comments on commit b4ac100

Please sign in to comment.