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.5.10
2.5.10
Created 15 October 2021.
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.5.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.apollographql.apollo:apollo-gradle-plugin:2.5.10") } } apply(plugin = "com.apollographql.apollo")
- Applying plugins to all subprojects .