com.apollographql.apollo3
Owner: ApollGraphQL
Automatically generates typesafe java and kotlin models from your GraphQL files.
https://github.com/apollographql/apollo-android
Sources: https://github.com/apollographql/apollo-android
Version 3.0.0-beta03
3.0.0-beta03
Created 05 November 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.apollo3") version "3.0.0-beta03"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.apollographql.apollo3:apollo-gradle-plugin:3.0.0-beta03") } } apply(plugin = "com.apollographql.apollo3")
- Applying plugins to all subprojects .