-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process of migrating to gradle - organize gradle dependencies #460
Process of migrating to gradle - organize gradle dependencies #460
Conversation
Interesting! I've never seen this particular format. Very nice. |
BTW, probably outside the scope of this migration, but I'd love to eventually port the build scripts to kotlin as well. |
@shashachu I can make a PR for that as well. |
@jaredsburrows Btw, it's already too late to ask, but is there a specific reason of not using the |
@rom4ek This CL was to organize the dependencies. |
#445
@shashachu
Clean up and organize Gradle dependencies across the project. This is similar to other open source Gradle projects such as https://github.com/JakeWharton/SdkSearch/blob/master/build.gradle#L18.