pathikrit / better-files

Simple, safe and intuitive Scala I/O
https://pathikrit.github.io/better-files/
MIT License
1.47k stars 146 forks source link

Support scala-native? #536

Open phdoerfler opened 2 years ago

phdoerfler commented 2 years ago

How unfeasible would that be?

pathikrit commented 2 years ago

Depends on the coverage of java.io.* and Java NIO by scala native

rcano commented 2 months ago

I attempted today at compiling it to see where we are at, apparently the missing api are java.time stuff