Releases: zacharee/KMPFile
Releases · zacharee/KMPFile
0.6.2
- Fix
FileUtils.fromString()
on JVM.
- Implement
toString()
in all File implementations (returns getPath()
).
0.6.1
- Remove URL validation in
FileUtils.fromString()
on Apple platforms.
0.6.0
- Add
kmpfile-okio
library to convert between kotlinx.io and okio.
- Update to Kotlin 2.0.20
0.5.0
- Add targets for Linux (arm64, x64).
- Add targets for Android NDK (arm32, arm64, x86, x64).
- Add target for MinGW (x64).
0.4.1
- Improvements to
FileUtils.fromString()
behavior on Android.
- Add tvOS and watchOS targets.
getUsableSpace()
is now an alias of getFreeSpace()
on Apple.
0.4.0
- Add
FileUtils.fromString()
convenience function for creating IPlatformFile
instances.