From c36cc377ffd5fa53c5da142dd01c6747b5c3f98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 2 Sep 2020 15:44:27 -0300 Subject: [PATCH] Minor proposals --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18db45e..11e1d19 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Android kotlin best practice include : Modularization - Gradle Depedency managment + Gradle Dependency management Gradle rewritten in Kotlin DSL - Custom Plugin(dependencies with no duplication) + Custom Plugin (dependencies with no duplication) Static Code Analytics (KTLint-Detekt) KOIN service locator instead of Dagger (dependency injection) and more...