How to fix “Missing Gradle project configuration file” issue in Buildship?
I’ve figured it out myself. The issue with the “missing gradle project configuration file” arises from the way the gradle project(s) are imported into Eclipse. When importing a gradle project via the regular File -> Import -> General -> Existing Project into Workspace command, then it will not work and produce the aforementioned error. However, … Read more