yokai/core/src
Ahmad Ansori Palembani 3b60b0069b
fix(source/local): Crash when trying to read EPUB file
FileInputStream have a safeguard that prevent it from being closed twice, ArchiveInputStream doesn't have that.

Fixes GH-115

REF:
- Jsoup parse javadoc: "in: InputStream – input stream to read. The stream will be closed after reading"
2024-06-30 10:08:49 +07:00
..
androidMain fix(source/local): Crash when trying to read EPUB file 2024-06-30 10:08:49 +07:00
commonMain/kotlin refactor(archive): Move stuff around 2024-06-27 12:16:18 +07:00