com.apollographql.apollo
Owner: ApollGraphQL
Automatically generates typesafe java and kotlin models from your GraphQL files.
https://github.com/apollographql/apollo-kotlin
Sources: https://github.com/apollographql/apollo-android
Version 2.4.6
2.4.6
Created 30 November 2020.
Automatically generates typesafe java and kotlin models from your GraphQL files.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.apollographql.apollo") version "2.4.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.apollographql.apollo:apollo-gradle-plugin:2.4.6") } } apply(plugin = "com.apollographql.apollo")
- Applying plugins to all subprojects .