Skip to content

Instantly share code, notes, and snippets.

@marukami
Created September 24, 2018 11:30
Show Gist options
  • Save marukami/3a37f3585c3e935d35b5fc15f59c651e to your computer and use it in GitHub Desktop.
Save marukami/3a37f3585c3e935d35b5fc15f59c651e to your computer and use it in GitHub Desktop.
Root Build.gradle allopen
buildscript {
dependencies {
// android-gradle-plugin
// …
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment