Yun Cheng
Yun Cheng
@Arkariang Let me look into it! This video looks a lot more helpful than the IO video I watched.
@Arkariang Getting error: Class 'androidx.media3.ui. compose. PlayerSurfaceKt' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0.
Sure! Standalone app should be easy enough to do.
@Arkariang Played around with a standalone app using all the latest libraries and made this swap per the IO video: ``` // AndroidView( // factory = { // PlayerView(it).apply {...