Thing is, that you can do proper DI with a service locator (koin, kodein, etc), making your depending objects unaware of the DI framework you're using. It requires a bit more code and discipline, but it's possible.
However, if JetPack indeed finds a good way to make Dagger easier for lifecycle objects (Activities, etc), I'm listening! 😀