Update README.md

This commit is contained in:
Gergely Hegedis 2021-07-31 00:31:21 +03:00 committed by GitHub
parent 6344d37354
commit 50512e6a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ So in this annotation processor I generate a module definition which works simil
// top level build.gradle
//..
```groovy
allprojects {
subprojects {
repositories {
// ...
maven {
@ -87,4 +87,4 @@ class LogoutUseCase @Inject constructor(
reloadLoggedInModuleInjectModule.reload()
}
}
```
```