All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apollographql.execution.gradle.ApolloExecutionPlugin.kt Maven / Gradle / Ivy

There is a newer version: 0.1.0
Show newest version
package com.apollographql.execution.gradle

import org.gradle.api.Plugin
import org.gradle.api.Project

abstract class ApolloExecutionPlugin : Plugin {
  override fun apply(target: Project) {
    target.extensions.create("apolloExecution", ApolloExecutionExtension::class.java, target)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy