jvmMain.io.ipfs.kotlin.defaults.createFileSystem.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ipfs-api Show documentation
Show all versions of ipfs-api Show documentation
IPFS API for kotlin to access a IPFS node via http
package io.ipfs.kotlin.defaults
import okio.FileSystem
internal actual fun createFileSystem(): FileSystem = FileSystem.SYSTEM
© 2015 - 2025 Weber Informatics LLC | Privacy Policy