Does anyone have some code for iOS to programatically (from Kotlin) create a ZIP file of a directory? I only found KmpIO so far but it has several issues. I tried to fix some of them but it still does not work for iOS. I only get some memory deallocation errors and the resulting ZIP file is corrupt. See:
https://github.com/skolson/KmpIO/issues/13