Skip to content

Upgrade dagger

Torsten Grote requested to merge upgrade-dagger into master

This upgrades Dagger to the latest version, so we can use the latest features to efficiently inject Android ViewModels via a ViewModelFactory.

It also removes the gradle-apt-plugin in a second commit, since it is not really needed anymore. The new solution now properly resolves the Dagger components in the integration tests for me. This is currently broken on master (probably since the gradle-apt-plugin upgrade).

Merge request reports