paparazzi
paparazzi copied to clipboard
Move to settings.gradle for dependency repository configuration
This is the modern way to do it in Gradle as is project isolation compatible.
The alternative is to use convention plugins to declare them in each project, which I tend to favor since it doesn't clutter the settings.gradle file. Are there any pros/cons of the two approaches I might be missing?