okio v3.0.0-alpha.7 Release Notes

  • 2021-07-12

    • Fix: Change ResourceFileSystem to load roots eagerly. We had a bug where list() on the root returned an empty list even if resources were present.
    • New: FileHandle.reposition() can seek on a source or sink returned by that FileHandle.
    • New: Move the system resources instance to FileSystem.RESOURCES.
    • Upgrade: [Kotlin 1.5.20][kotlin_1_5_20].