In multi-module projects, when you add `buildscri...
# gradle
i
In multi-module projects, when you add
buildscript { dependencies { classpath(...) }}
in the root project, it is not used in sub-projects, neither in the IDE nor on the command line. This means that as it stands now, I have to repeat buildscript blocks with repository configurations, dependencies and version numbers in all projects where external plugins are applied. Is this a limitation that will go away before 1.0?
b