Getting "Dagger does not support injection into private fields" when Dagger is not in the classpath #36
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
I have the Dagger plugin installed in IntelliJ, for projects which use Dagger.
I have another project which uses Spring. In one of my files, which uses Spring injection, using the
javax.inject.Inject
annotation, IntelliJ gives the following error on allprivate
fields which are annotated with@Inject
.When Dagger is on in the classpath, then the Dagger plugin should not be active.
The text was updated successfully, but these errors were encountered: