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?
Asked
Active
Viewed 61 times
1 Answers
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