Skip to content

Instantly share code, notes, and snippets.

@vashisthg
Created July 2, 2018 20:22
Show Gist options
  • Save vashisthg/6533b087a9786ef1f991de1cbfbff64c to your computer and use it in GitHub Desktop.
Save vashisthg/6533b087a9786ef1f991de1cbfbff64c to your computer and use it in GitHub Desktop.
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