From cbf91728dfdf6456d5ad4258ac31c8697d090f01 Mon Sep 17 00:00:00 2001 From: Devansh Maurya Date: Wed, 9 Oct 2019 21:59:47 +0530 Subject: [PATCH] Added Koin dependency injection library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d5766c..106428b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Name | Repository | License [Dagger(Google)](https://github.com/google/dagger) | https://github.com/google/dagger | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [RoboGuice](https://github.com/roboguice/roboguice) | https://github.com/roboguice/roboguice | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) [Scopes](https://github.com/emmano/Scopes) | https://github.com/emmano/Scopes | [MIT](http://opensource.org/licenses/MIT) +[Koin](https://github.com/InsertKoinIO/koin) | https://github.com/InsertKoinIO/koin | [Apache License V2](https://www.apache.org/licenses/LICENSE-2.0) ## JSON Name | Repository | License