compose-video
compose-video copied to clipboard
kotlin multiplatform support
What if this library supports kotlin multiplatform? I'am asking for your opinion on whether you are in favor of updating the library so that it can be used on Kotlin multiplatform.
It would be great since there are hardly any Video Player libs out there for KMP/CMP 👍🏻
@dsa28s Do you have any plans for this?
I started this task today. The video feature is heavily dependent on the platform (e.g. iOS, Android, Web...), making this task very difficult. I need help to support kotlin multiplatform. Feel free to advise, suggest or contribute always welcome and heavily thank you :)
I started this task today. The video feature is heavily dependent on the platform (e.g. iOS, Android, Web...), making this task very difficult. I need help to support kotlin multiplatform. Feel free to advise, suggest or contribute always welcome and heavily thank you :)
AFAIK, the easiest way is to start small (with basic playback functionalities), analyse all platforms' dependencies and figure out exactly how many common features you can extract (into expect classes and/or interfaces).
Implementing just the common stuff will take a while. And once you're done with it, then you may ask the community for any platform-specific features they might want.
What is the current progress on supporting Kotlin Multiplatform?