This repository was archived by the owner on Aug 20, 2025. It is now read-only.
This repository was archived by the owner on Aug 20, 2025. It is now read-only.
@Provides within a companion object not being injected #218
If I try to provide an object using the following code; Dagger works, but Reflect doesn't:
Same is true if MyModule is a
classor anabstract class.Perhaps this is covered by what's described in this limitation? https://github.com/JakeWharton/dagger-reflect#abstract-classes