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

jvmMain.com.saveourtool.save.cli.FileSystemJvm.kt Maven / Gradle / Ivy

There is a newer version: 0.3.10
Show newest version
/**
 * This file is a workaround to several issues that we don't have time to investigate:
 * 1) shitty IDEA bugs that prevent resolving of FileSystem.SYSTEM
 * 2) gradle kotlin plugin bugs that block the resolving of FileSystem.SYSTEM in native projects
 */

package com.saveourtool.save.cli

import okio.FileSystem

actual val fs: FileSystem = FileSystem.SYSTEM




© 2015 - 2024 Weber Informatics LLC | Privacy Policy