You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2021. It is now read-only.
the moment i update from 2.5.0 to 2.6.0 dagger stops working, i get an error on kapt
Reproduction Steps
create a project that contains kotlin classes that use dagger and try to add classes that use stag.
Expected Behavior
should compile with both libraries as in version 2.5.0
Actual Behavior
breaks with error: "[ComponentProcessor:MiscError] dagger.internal.codegen.ComponentProcessor was unable to process this class because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code."
The text was updated successfully, but these errors were encountered:
Issue Summary
the moment i update from 2.5.0 to 2.6.0 dagger stops working, i get an error on kapt
Reproduction Steps
create a project that contains kotlin classes that use dagger and try to add classes that use stag.
Expected Behavior
should compile with both libraries as in version 2.5.0
Actual Behavior
breaks with error: "[ComponentProcessor:MiscError] dagger.internal.codegen.ComponentProcessor was unable to process this class because not all of its dependencies could be resolved. Check for compilation errors or a circular dependency with generated code."
The text was updated successfully, but these errors were encountered: