ApolloExtension
Properties
Link copied to clipboard
Common apollo dependencies using the same version as the Apollo Gradle Plugin currently in the classpath
Link copied to clipboard
Adds "generateApolloSources" as a dependency of "prepareKotlinIdeaImport" This makes IDEA aware of codegen and will run it during your Gradle Sync
Link copied to clipboard
For Kotlin native projects, whether to link Sqlite (-lsqlite3). This is required by apollo-normalized-cache-sqlite
but some projects might want to customize linker options
Functions
Link copied to clipboard
abstract fun createAllAndroidVariantServices(sourceFolder: String, nameSuffix: String, action: Action<Service>)
registers multiple services for an android project
Link copied to clipboard
abstract fun createAllKotlinSourceSetServices(sourceFolder: String, nameSuffix: String, action: Action<Service>)
registers multiple services for a Kotlin project