From 50512e6a0d906b34c649f351595e289a606565a4 Mon Sep 17 00:00:00 2001 From: Gergely Hegedis Date: Sat, 31 Jul 2021 00:31:21 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```