This message was deleted.
# community-support
s
This message was deleted.
j
If you don't apply the android application plugin in those modules, no
a
Then what would be the motive behind apply this to a root-level build.gradle file ?
e
to ensure they're loaded in the root project's buildscript classpath, which is inherited by all subprojects' buildscript classpaths
j
you don't need to set the version in each submodule
c
You could do something similar by using the pluginManagement block in your settings.gradle file https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_management
v
Only about the version. Not about having it in the root build script class loader.