Created
July 2, 2018 20:22
-
-
Save vashisthg/6533b087a9786ef1f991de1cbfbff64c to your computer and use it in GitHub Desktop.
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(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar")))) | |
implementation(Libraries.Kotlin.stdlib) | |
implementation(Libraries.Support.appcompatV7) | |
testImplementation(Libraries.Tests.junit) | |
androidTestImplementation(Libraries.AndroidTests.testRunner) | |
androidTestImplementation(Libraries.AndroidTests.espressoCore) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment