Skip to content

Instantly share code, notes, and snippets.

@Lavanyagaur22
Created April 6, 2019 12:05
Show Gist options
  • Save Lavanyagaur22/ba5bbbfb7059b6f8527d61630afd3961 to your computer and use it in GitHub Desktop.
Save Lavanyagaur22/ba5bbbfb7059b6f8527d61630afd3961 to your computer and use it in GitHub Desktop.
//In the app build.gradle
apply plugin: 'com.android.application'
//Add apollographql plugin before the kotlin plugin
apply plugin: 'com.apollographql.android'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment