Created
December 23, 2019 11:27
-
-
Save Lavanyagaur22/3eab01bfa6b26cba037e4b9753579fa7 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
apply plugin: 'com.android.application' | |
apply plugin: 'com.apollographql.android' //Add this | |
apply plugin: 'kotlin-android' | |
apply plugin: 'kotlin-kapt' | |
apply plugin: 'kotlin-android-extensions' | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment