Last active
April 12, 2019 14:17
-
-
Save gokhanaliccii/ab58a5020e9dc7447a1eb8310a2304ef to your computer and use it in GitHub Desktop.
Reference dependencies from separate gradle file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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