'How do I add the option for "Project and External Dependencies" to my build path in Eclipse?
I've tried modifying the .classpath file directly but it doesn't seem to work.
Solution 1:[1]
That is how Gradle build dependencies, as managed by the Buildship project, appear. You don't "add" it to a project. You are not missing anything.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | nitind |
