The documentation located [here ](https://docs.gradle.org/current/userguide/declaring_dependencies_between_subprojects.html) is incorrect and will not produce a buildable project. In order for this project to build an additional build.gradle file must also be created that contains the proper plugin for the buildScript project. ### Expected Behavior The documentation should detail steps to create a working multi project build with shared dependencies. ### Current Behavior Non working build.