Skip to content

Instantly share code, notes, and snippets.

@Lavanyagaur22
Created December 23, 2019 11:25
Show Gist options
  • Save Lavanyagaur22/b4e2f355f73fe4b0be31f4a11bf24484 to your computer and use it in GitHub Desktop.
Save Lavanyagaur22/b4e2f355f73fe4b0be31f4a11bf24484 to your computer and use it in GitHub Desktop.
buildscript {
..
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.2'
}
}
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment