Skip to content

Instantly share code, notes, and snippets.

@nksaroj
Last active September 6, 2018 13:16
Show Gist options
  • Save nksaroj/dc43604df508d20015f369c82c842b20 to your computer and use it in GitHub Desktop.
Save nksaroj/dc43604df508d20015f369c82c842b20 to your computer and use it in GitHub Desktop.
Kotlin DSL
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath("com.android.tools.build:gradle:3.2.0-rc02")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.61")
}
}
allprojects {
repositories {
jcenter()
google()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment