🎉 Update on
KVideo-Player: now supports
Android Wear !
As we all know, with
KMP/CMP → they don’t support
Android Wear as a target.
Tried custom source sets + flavors… nothing worked.
✅ Final setup:
•
KMP-Player → pure KMP module for shared logic
•
Player-UI → CMP module (Android / Web / Desktop / iOS)
•
Android-Wear-Player → Wear-specific module using
horologist-media-ui
This way, the
logic stays shared, but each platform gets the right UI/features.
Repo 👉
https://github.com/TheReprator/KVideo-Player