The top level opens fine, can see the full tree’s list of build tasks, but the actual subprojects are hidden. I assume I’m missing something, but how can I access so the sub projects, and the code within is visible in the package/explorer view?
No, that is not needed. Point the import wizard to the root project folder and all projects of the multi-project are imported. Note that all projects that already contain a .project file are not touched by Buildship (except the Gradle nature being added).
I have removed all .project files and pointed it at the root. For some reason the subprojects aren’t imported. I tried it with a different project with a similar setup and didn’t have any issues however. Any other thoughts?
Found the issue, Whoever created my project had the project name referenced as:
It was complaining about something about having two path references in the project name or something? While strange, that should be valid gradle syntax no? I’ve updated the project and it seems to be working now.