Open NikkyAI opened 3 years ago
I think this might be pretty difficult! From what I read on the Cygwin site that system provides an alternative POSIX implementation that you build against instead of the Windows OS API.
I think if we were to support Cygwin for Okio it’d be in addition to mingwX64, not a feature of mingwX64. Are you aware of other Kotlin Multiplatform projects that support Cygwin? I think this would be great but I don’t even know where to get started.
i am using okio on mingwX64 and it seems to work without issues via poweshell and cmd but when executed in gitbash things seem to fall apart i am getting
when calling filesystem.delete(command.reportFile.toPath()) and
when calling
val write: BufferedSink = fileSystem.appendingSink(command.reportFile.toPath()).buffer()
command.reportFile
is/c/Users/nikky/dev/kotlin-cli-starter/git-standup-report.txt
the file exists and is writable: