We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
复现步骤: 1.clone下作者整个项目后 2.demo中build.gradle中“implementation project(':arms')”屏蔽,用“implementation 'me.jessyan:arms:2.5.2'”后,编译不通过,提示Dragg问题 分析原因: 作者远程发布的2.5.2中config.gradle中dragger2版本与开源项目中版本不一样,希望作者及时更正
The text was updated successfully, but these errors were encountered:
这个框架建议本地clone下使用 方便自己修改和增量添加base包中的内容 能用这个框架的,肯定也不是小项目了 中大项目需要长期更新的
Sorry, something went wrong.
我和你一样的问题,远程依赖2.5.2编译不通过,报找不到符号类dagger.internal.InjectedFieldSignature
我也遇到这个问题了,我是把dagger版本号改成2.23.2就可以了
把dagger版本号改成2.23.2是正解
No branches or pull requests
复现步骤:
1.clone下作者整个项目后
2.demo中build.gradle中“implementation project(':arms')”屏蔽,用“implementation 'me.jessyan:arms:2.5.2'”后,编译不通过,提示Dragg问题
分析原因:
作者远程发布的2.5.2中config.gradle中dragger2版本与开源项目中版本不一样,希望作者及时更正
The text was updated successfully, but these errors were encountered: