question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HasDispatchingActivityInjector class not exist in v2.10 of dagger

See original GitHub issue

hi.i want to use HasDispatchingActivityInjector class of Dagger based on documentation.but i cant found “HasDispatchingActivityInjector” class in Dagger.i used Gradle for implement Dagger:

    compile 'com.google.dagger:dagger:2.10'
    annotationProcessor 'com.google.dagger:dagger-compiler:2.10'

HasDispatchingActivityInjector is beta version? or my Gradle Implemention is incorrect?please help me.thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
ImaginativeShohagcommented, Aug 13, 2019

Again it was renamed to HasAndroidInjector

1reaction
ronshapirocommented, Mar 5, 2018

It was renamed to HasActivityInjector

Read more comments on GitHub >

github_iconTop Results From Across the Web

Application does not implement dagger.android ...
I have a subclass of Application that I am conforming to HasDispatchingActivityInjector, but when I try and run my app it ...
Read more >
No Frames - Dagger
Annotates methods that declare bindings for Optional containers of values from bindings that may or may not be present in the component.
Read more >
callback of registerForActivityResult(RequestPermission ...
Coding example for the question callback of registerForActivityResult(RequestPermission() does not run-kotlin.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found