We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5cda4 commit ad08b9eCopy full SHA for ad08b9e
README.md
@@ -22,7 +22,7 @@ Android app.
22
### Dependency Inversion Principle
23
24
All modules are depending on each other only by `:public` interfaces, except the `:app`
25
-where is the only user of `:impl` modules. Also keep the `:app` as light as possible so
+where is the only user of `:impl` modules. Also by keeping the `:app` as light as possible,
26
rebuilding time of any `:impl` module will be short.
27
28
### Dagger
0 commit comments