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