KMM extracting a zip file, struggling with iOS side.

In a personal project of mine I need to be able to unzip a file that I package with the application. It seems like okio doesn’t support zip in the common module yet. Curious if anyone knows where I can find a kotlin native zip implementation or if one doesn’t exist, where I can find some material for extracting a zip file from scratch? I’m struggling finding something useful.

There are swift podfiles for it but I am not sure how to use those in the shared module of a KMM project.

submitted by /u/AndyOB
[link] [comments]