https://github.com/yusufceylan/daggermultimodule
Dagger implementation in multi module project
https://github.com/yusufceylan/daggermultimodule
dagger dagger-android dagger2 dagger2-android modular-architecture modularization multi-module multi-module-project multi-modules-android
Last synced: about 1 month ago
JSON representation
Dagger implementation in multi module project
- Host: GitHub
- URL: https://github.com/yusufceylan/daggermultimodule
- Owner: yusufceylan
- Created: 2020-05-25T08:49:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T10:16:01.000Z (about 5 years ago)
- Last Synced: 2025-04-19T20:53:43.598Z (about 2 months ago)
- Topics: dagger, dagger-android, dagger2, dagger2-android, modular-architecture, modularization, multi-module, multi-module-project, multi-modules-android
- Language: Kotlin
- Size: 155 KB
- Stars: 27
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dagger Multi Module Android
Plain Dagger implementation in multi module project
### Articles- [Offical android dagger documentation](https://developer.android.com/training/dependency-injection/dagger-multi-module)
- [Mindorks Multi-Module-Dagger article](https://blog.mindorks.com/dagger-in-a-multi-module-project)
- [Step by step multi module dagger implementation](https://proandroiddev.com/android-multi-module-dagger-a-real-use-case-step-by-step-bbc03500f2f9)
### Reference projects that I get inspired
- [https://github.com/MindorksOpenSource/Dagger-Multi-Module-Android](https://github.com/MindorksOpenSource/Dagger-Multi-Module-Android)
- [https://github.com/elye/demo_android_dagger_modules_setup](https://github.com/elye/demo_android_dagger_modules_setup)
- [https://github.com/Ladgertha/Dagger-Multi-Modules](https://github.com/Ladgertha/Dagger-Multi-Modules)Feel free to contribute