You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2020. It is now read-only.
Is your feature request related to a problem? Please describe.
Managing dependencies and versions in the current set up is difficult
Describe the solution you'd like
Instead of using the shared_dependencies.gradle file, dependencies can be migrated to the buildSrc folder and shared across modules.
Additional context
AndroidX libraries use buildSrc to manage dependencies.
Is your feature request related to a problem? Please describe.
Managing dependencies and versions in the current set up is difficult
Describe the solution you'd like
Instead of using the shared_dependencies.gradle file, dependencies can be migrated to the buildSrc folder and shared across modules.
Additional context
AndroidX libraries use buildSrc to manage dependencies.