Skip to content

Commit b4ac100

Browse files
authored
doc: update readme
1 parent 449aae8 commit b4ac100

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A project template with the following objectives in mind:
2020
* rest: **retrofit**
2121
* annotation processing: ksp only, no kapt
2222

23-
## Sample app structure
23+
## App structure
2424

2525
Modules hierarchy:
2626

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

5353
Navigation is using dedicated modules for stronger feature isolation.
5454

55-
# TODO
55+
## TODO
5656

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

0 commit comments

Comments
 (0)