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
Removing a dependency from a project's build.gradle dependency list is not reflected in Code Lens after updating the project.
Version: 1.52.0 Commit: 940b5f4bb5fa47866a54529ed759d95d09ee80be Date: 2020-12-14T01:03:33.963Z Electron: 9.4.0 Chrome: 83.0.4103.122 Node.js: 12.14.1 V8: 8.3.110.13-electron.0 OS: Linux x64 5.9.14-arch1-1
Sample project which shows issue: https://git.sr.ht/~yonson/multiproject
Can test by removing the Joda dependency.
Code lens keeps suggesting classes from removed dependency and the existing imports are not marked as errors.
Existing imports are marked as errors and no longer suggested.
The text was updated successfully, but these errors were encountered:
A duplicate of #1714 See #1617 and #1558 (comment)
Sorry, something went wrong.
Sorry about the dupe, I'll follow the upstream PR
No branches or pull requests
Removing a dependency from a project's build.gradle dependency list is not reflected in Code Lens after updating the project.
Environment
Version: 1.52.0
Commit: 940b5f4bb5fa47866a54529ed759d95d09ee80be
Date: 2020-12-14T01:03:33.963Z
Electron: 9.4.0
Chrome: 83.0.4103.122
Node.js: 12.14.1
V8: 8.3.110.13-electron.0
OS: Linux x64 5.9.14-arch1-1
Steps To Reproduce
Sample project which shows issue: https://git.sr.ht/~yonson/multiproject
Can test by removing the Joda dependency.
Current Result
Code lens keeps suggesting classes from removed dependency and the existing imports are not marked as errors.
Expected Result
Existing imports are marked as errors and no longer suggested.
The text was updated successfully, but these errors were encountered: