Skip to content

Instantly share code, notes, and snippets.

@krizzu
Created July 5, 2018 10:16
Show Gist options
  • Save krizzu/8df8f9f01495858853dab5e6f47b27eb to your computer and use it in GitHub Desktop.
Save krizzu/8df8f9f01495858853dab5e6f47b27eb to your computer and use it in GitHub Desktop.
[Article] App level build file
//...
apply plugin: "kotlin-android" // apply plugin
dependencies {
// ...
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // add dependency
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment