bamboo
02/20/2017, 11:15 AMbuildscript { 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?
1 reply
ikej: yes (https://github.com/gradle/gradle-script-kotlin/issues/190)