Hi! First of all, thank you for FileKit — it is a very useful library for Kotlin Multiplatform projects.
I would like to ask whether you would consider adding support for Aurora OS by Open Mobile Platform / OMP.
Why it would be useful:
- Aurora OS is used in real mobile projects, especially in enterprise environments.
- OMP already provides Kotlin Multiplatform support for Aurora development.
- For KMP projects that target Android, iOS, Desktop and Aurora, FileKit could become a single file picking API instead of requiring separate expect/actual logic.
- It would help teams reuse more common code and keep file-related behavior consistent across platforms.
Why it may be manageable:
- Support could start with a minimal feature set: picking a file, saving/exporting a file, and reading file data/metadata.
- Aurora-specific logic could likely be implemented as a separate platform module without changing the existing public API too much.
- Even a small initial implementation would already be very helpful for KMP projects that need Aurora OS support.
Would you be open to accepting Aurora OS support, either as a feature in FileKit itself or as a community PR?
Thanks again for your work on this project!
Hi! First of all, thank you for FileKit — it is a very useful library for Kotlin Multiplatform projects.
I would like to ask whether you would consider adding support for Aurora OS by Open Mobile Platform / OMP.
Why it would be useful:
Why it may be manageable:
Would you be open to accepting Aurora OS support, either as a feature in FileKit itself or as a community PR?
Thanks again for your work on this project!