Skip to content
New issue

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

sample module 的 build.gradle 注释了对 library 的依赖 #34

Open
KunMinX opened this issue Jul 12, 2019 · 0 comments
Open

sample module 的 build.gradle 注释了对 library 的依赖 #34

KunMinX opened this issue Jul 12, 2019 · 0 comments

Comments

@KunMinX
Copy link

KunMinX commented Jul 12, 2019

//implementation project(':library')

这导致项目在 clone 后无法正常 build,也是排查了好一会儿才发现。

建议是改成注释远程依赖:

implementation project(':library')
// implementation 'com.ethanhua:skeleton:1.1.2'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant