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
碰到了相同的问题,'Sync project with gradle files' 可以通过编译,但是运行时报错:
/NewFastFrame/commonlibrary/src/main/java/com/example/commonlibrary/dagger/module/GlobalConfigModule.java:45: error: 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.
public class GlobalConfigModule {}
看上去是出现了 循环引用的问题: common <-> chat 模块
找到问题了,应该是引用了错误的class。我稍后会发一个PR出来。
rayworks
added a commit
to rayworks/NewFastFrame
that referenced
this issue
Jun 25, 2019
如题。
The text was updated successfully, but these errors were encountered: