Closed denbondd closed 4 years ago
In eight lesson (https://codelabs.developers.google.com/codelabs/android-dagger/#7) when we inject userManager and MainViewModel, these fields are private, but dagger doesn't support injection in private fields so I made them public
I've just found out that we will fix this in several paragraphs))
In eight lesson (https://codelabs.developers.google.com/codelabs/android-dagger/#7) when we inject userManager and MainViewModel, these fields are private, but dagger doesn't support injection in private fields so I made them public