1

It is tedious to have to add libraries to use in all my projects . Is there any way to make Android Studio add all dependencies that I frequently use?

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Hector Oliveros
  • 391
  • 4
  • 8

1 Answers1

2

You could write a plugin which does all that work for you. See https://docs.gradle.org/current/userguide/custom_plugins.html for more details

and_dev
  • 3,723
  • 1
  • 20
  • 28