This message was deleted.
# community-support
s
This message was deleted.
e
the configuration you want to affect is not any of
configurations
, but rather
buildscript.configurations.classpath
i
Thanks for the suggestion! Going to try that now
e
if you have buildSrc, adding the AGP dependency (as a normal dependency, but a plugin or buildscript dependency) and forcing the GRPC version there will end up in the classpath ahead of all projects' buildscripts
i
buildscript.configurations.classpath
worked like a charm, thanks so much