IO-01 opened a new issue, #2051: URL: https://github.com/apache/fury/issues/2051
### Feature Request From the current [Kotlin README](https://github.com/apache/fury/blob/main/kotlin/README.md), Fury's Kotlin integration is described as "This provides additional Fury support for Kotlin Serialization on **JVM**". With the increasing adoption of KMP (Kotlin Multiplatform) in cross-platform solutions—especially for shared Android/iOS codebases—it would be valuable for Fury to support KMP serialization. This could position Fury as a high-performance alternative to JSON and Protocol Buffers in cross-platform scenarios. To minimize implementation effort, one possible approach is to leverage Kotlin’s expect/actual mechanism for shared logic while reusing Fury’s C++ native components (via Kotlin/Native interoperability) for iOS targets. ### Is your feature request related to a problem? Please describe _No response_ ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
