Skip to content

Instantly share code, notes, and snippets.

@martinbonnin
Created November 25, 2019 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinbonnin/f47a575bf29c33197a7ecde6798874f9 to your computer and use it in GitHub Desktop.
Save martinbonnin/f47a575bf29c33197a7ecde6798874f9 to your computer and use it in GitHub Desktop.
// buildSrc/build.gradle.kts
repositories {
mavenCentral()
google()
}
dependencies {
// add all your plugins artifacts here
classpath("com.android.tools.build:gradle:3.5.2")
classpath("com.squareup.sqldelight:gradle-plugin:1.2.0")
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment