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 4.0.0-beta.5
4.0.0-beta.5
Created 12 March 2024.
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 "4.0.0-beta.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.apollographql.apollo3:apollo-gradle-plugin:4.0.0-beta.5") } } apply(plugin = "com.apollographql.apollo3")
- Applying plugins to all subprojects .