Skip to content

Instantly share code, notes, and snippets.

@Lavanyagaur22
Last active December 23, 2019 13:23
Show Gist options
  • Save Lavanyagaur22/27a12c3f8bcdabd36ef28f2f53bcba02 to your computer and use it in GitHub Desktop.
Save Lavanyagaur22/27a12c3f8bcdabd36ef28f2f53bcba02 to your computer and use it in GitHub Desktop.
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
...
implementation 'com.apollographql.apollo:apollo-android-support:1.2.2'
implementation 'com.apollographql.apollo:apollo-runtime:1.2.2'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment