Skip to content

Instantly share code, notes, and snippets.

@krizzu
Created July 5, 2018 10:06
Show Gist options
  • Save krizzu/135125afe3b7a1ccddd6930693354335 to your computer and use it in GitHub Desktop.
Save krizzu/135125afe3b7a1ccddd6930693354335 to your computer and use it in GitHub Desktop.
[Article] Top level build gradle
buildscript {
ext.kotlin_version = '1.2.31' // add version
// ...
dependencies {
// ...
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // Add kotlin dependency
}
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment