Created
April 6, 2019 12:03
-
-
Save Lavanyagaur22/328dec7b6241fc0a791f9fc46458352b 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 project build.gradle | |
dependencies { | |
classpath 'com.android.tools.build:gradle:3.2.1' | |
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | |
classpath 'com.apollographql.apollo:gradle-plugin:0.3.2' //Add this | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment