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
simon.vergauwen
04/12/2025, 6:15 PM
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.
kzip looks promising, though it seems their iOS support isn't solid.
Darryl Pierce
04/12/2025, 6:25 PM
@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
ephemient
04/12/2025, 6:26 PM
no
j
jw
04/12/2025, 6:57 PM
kotlinx.io is an Okio derivative, but it's a long way from fully replacing it. Someday, though!