com.apollographql.apollo.gradle.internal.FileExtensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-gradle-plugin Show documentation
Show all versions of apollo-gradle-plugin Show documentation
Gradle plugin for generating java/kotlin classes for graphql files
package com.apollographql.apollo.gradle.internal
import java.io.File
fun File.child(vararg path: String) = File(this, path.toList().joinToString(File.separator))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy