diff --git a/README.md b/README.md index dda2bc6..048d9fb 100644 --- a/README.md +++ b/README.md @@ -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() } } -``` \ No newline at end of file +```