Created
May 23, 2019 05:00
-
-
Save NezSpencer/0da504489342304122c230d725fa92a9 to your computer and use it in GitHub Desktop.
Apollo GraphQL project-level build.gradle dependency
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
| dependencies { | |
| //apollo graphQL classpath | |
| classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.0.0' | |
| // NOTE: Do not place your application dependencies here; they belong | |
| // in the individual module build.gradle files | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment