Skip to content

Instantly share code, notes, and snippets.

@memfis19
Created February 23, 2018 09:04
Show Gist options
  • Save memfis19/b50f02ff0b0b30eb617e60ef9b8c5ecd to your computer and use it in GitHub Desktop.
Save memfis19/b50f02ff0b0b30eb617e60ef9b8c5ecd to your computer and use it in GitHub Desktop.
Example how to get dependencies from "ext".
dependencies {
def rx = deps.rx
implementation rx.rxJava
implementation rx.rxKotlin
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment