badoo / MVICore

MVI framework with events, time-travel, and more
https://badoo.github.io/MVICore/
Other
1.26k stars 88 forks source link

dagger-android dependency in a demo application #152

Open hifeful opened 2 years ago

hifeful commented 2 years ago

Hi, I'm looking at your demo application and trying to figure out the needed dependencies. I've noticed that you are using Dagger 2 for dependency injection. So I'm just curious why the com.google.dagger:dagger-android and com.google.dagger:dagger-android-processor are needed? If you are injecting all dependencies manually without help of any android-specific tools from dagger-android library.