commonMain.com.saveourtool.save.cli.FileSystem.kt Maven / Gradle / Ivy
/**
* 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
// see the description of this file
expect val fs: FileSystem
© 2015 - 2024 Weber Informatics LLC | Privacy Policy