concurrentMain.com.apollographql.apollo.testing.readFile.concurrent.kt Maven / Gradle / Ivy
package com.apollographql.apollo.testing
import com.apollographql.apollo.annotations.ApolloDeprecatedSince
import com.apollographql.apollo.annotations.ApolloExperimental
import okio.FileSystem
import okio.SYSTEM
/**
* The host filesystem
*/
@ApolloExperimental
@ApolloDeprecatedSince(ApolloDeprecatedSince.Version.v4_0_0)
@Deprecated("This function is not Apollo specific and will be removed in a future version. Copy/paste it in your codebase if you need it")
actual val HostFileSystem: FileSystem
get() = FileSystem.SYSTEM
© 2015 - 2025 Weber Informatics LLC | Privacy Policy