commonMain.com.xebia.functional.xef.io.FileSystem.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xef-filesystem Show documentation
Show all versions of xef-filesystem Show documentation
Building applications with LLMs through composability, in Kotlin and Scala
The newest version!
package com.xebia.functional.xef.io
import okio.FileSystem
/** Common definition for accessing the default FileSystem for Okio. */
expect val FileSystem.Companion.DEFAULT: FileSystem