Skip to content

Instantly share code, notes, and snippets.

@ramonrabello
Last active January 21, 2018 01:29
Show Gist options
  • Save ramonrabello/76c5472770895bceb5ff62c1a9569bdc to your computer and use it in GitHub Desktop.
Save ramonrabello/76c5472770895bceb5ff62c1a9569bdc to your computer and use it in GitHub Desktop.
app module build.gradle with Kotlin dependencies
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
dependencies {
// other dependencies
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment