Skip to content

Instantly share code, notes, and snippets.

@gokhanaliccii
Last active April 12, 2019 14:17
Show Gist options
  • Save gokhanaliccii/ab58a5020e9dc7447a1eb8310a2304ef to your computer and use it in GitHub Desktop.
Save gokhanaliccii/ab58a5020e9dc7447a1eb8310a2304ef to your computer and use it in GitHub Desktop.
Reference dependencies from separate gradle file
dependencies {
implementation libraries.kotlinStdLib
implementation libraries.appCompat
testImplementation testLibraries.junit4
androidTestImplementation androidTestLibraries.testRunner
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment