Skip to content

Instantly share code, notes, and snippets.

@nrohmen
Created May 17, 2019 07:28
Show Gist options
  • Save nrohmen/e82a6feaf63d80a9ba35924b2e078660 to your computer and use it in GitHub Desktop.
Save nrohmen/e82a6feaf63d80a9ba35924b2e078660 to your computer and use it in GitHub Desktop.
gdm
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.31")
implementation("com.android.support:appcompat-v7:28.0.0")
implementation("com.android.support.constraint:constraint-layout:1.1.3")
testImplementation("junit:junit:4.12")
androidTestImplementation("com.android.support.test:runner:1.0.2")
androidTestImplementation("com.android.support.test.espresso:espresso-core:3.0.2")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment