Created
April 6, 2019 12:05
-
-
Save Lavanyagaur22/ba5bbbfb7059b6f8527d61630afd3961 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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