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
Dear Sir
the final Multi-Modularizing app
as my mind the module sure be a library -- aar/jar file
so when i try to fixed #828 (temp use not ok !!)
i try build only one module
the envvar module --> pass build
the feature:login module -->fail !!
i try to fix it
A. deps.lifecycle.viewmodel_ktx --> let LoginActivity fail !!
B. deps.constraint_layout --> because feature:login has View layout !!!
C. .... ? i do not know !! because i get build fail Execution failed for task ':data:db:kaptDebugKotlin' <---
? implementation project(":data:repository") but :data:repository implementation project(":data:db") ???
THX
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Sir
the final Multi-Modularizing app
as my mind the module sure be a library -- aar/jar file
so when i try to fixed #828 (temp use not ok !!)
i try build only one module
the envvar module --> pass build
the feature:login module -->fail !!
i try to fix it
A. deps.lifecycle.viewmodel_ktx --> let LoginActivity fail !!
B. deps.constraint_layout --> because feature:login has View layout !!!
C. .... ? i do not know !! because i get build fail Execution failed for task ':data:db:kaptDebugKotlin' <---
? implementation project(":data:repository") but :data:repository implementation project(":data:db") ???
THX
The text was updated successfully, but these errors were encountered: