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

com.apollographql.apollo3.gradle.api.ApolloAttributes.kt Maven / Gradle / Ivy

package com.apollographql.apollo3.gradle.api

import org.gradle.api.Named
import org.gradle.api.attributes.Attribute

object ApolloAttributes {
  interface Service : Named {
  }

  val APOLLO_SERVICE_ATTRIBUTE = Attribute.of("com.apollographql.service", Service::class.java)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy