I'm sure this is probably a longshot, but does any...
# multiplatform
d
I'm sure this is probably a longshot, but does anybody know of a KMP library that can read (minimally) zip files and, hopefully, rar files and extract their content?
s
https://klibs.io/project/Jojo4GH/kzip offers an impl for some targets, not sure if that covers your need or how hard it would be to contribute extra targets.
👍 1
e
d
kzip looks promising, though it seems their iOS support isn't solid.
@ephemient I just added kotlinx-io to my project, which my understanding is that it's a replacement for okio. Think it exposes that zip support as well?
e
no
j
kotlinx.io is an Okio derivative, but it's a long way from fully replacing it. Someday, though!