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

com.apollographql.apollo.gradle.internal.FileExtensions.kt Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
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