Skip to content

Commit

Permalink
project: README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jsericksk committed Oct 7, 2022
1 parent 9be62c5 commit f59e552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ After cloning the repository, follow the steps of [Firebase project setup](http

Android module. It represents the layer popularly known as "presentation", which contains all the code and logic related to the user interface, which is made using **Jetpack Compose**.

- Dependency with other modules: *common, domain and data*. (**Important note**: The inclusion of the data module in the *build.gradle.kts* is for dependency injection only, as it is not possible to access the repository implementation classes without including the data layer. *The layer data is not accessed directly by the presentation layer. For this, the use cases of the domain layer are used.*)
- Dependency with other modules: *common, domain and data*. (**Important note**: The inclusion of the data module in the *build.gradle.kts* is for dependency injection only, as it is not possible to access the repository implementation classes without including the data layer. *The data layer is not accessed directly by the presentation layer. For this, the use cases of the domain layer are used.*)

### - domain

Expand Down

0 comments on commit f59e552

Please sign in to comment.