Skip to content

Instantly share code, notes, and snippets.

@nrohmen
Created May 15, 2019 08:14
Show Gist options
  • Save nrohmen/9ad90eb5860abe8c4c08b04ea02a3565 to your computer and use it in GitHub Desktop.
Save nrohmen/9ad90eb5860abe8c4c08b04ea02a3565 to your computer and use it in GitHub Desktop.
playing kotlin dsl
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.21")
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