diff --git a/README.md b/README.md index 087ece2..18f7d7f 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 \ No newline at end of file +* vm: allow shared vms in a given navigationGraph