Kevin Chiu
Kevin Chiu
@christosts Thanks for the questions! They're very inspiring in many ways, I'll also recheck how those situations were handled in your sample app. Here's how we implemented our playback service,...
@christosts Yeah, I think the player lifetime is a potential issue as you said, it was designed this way because we wanted to have a global listener attached to the...
Hi, are there any updates here? We're basically blocked because the unit tests constantly fail on the CI build. 😢
I have the same issue building with ksp, @mustafatatarhan0 are you building with ksp as well?
@bryanlogan sure ```kotlin ContentCardsList( emptyComposable = { // Our empty case composable }, style = ContentCardListStyling( listBackgroundColor = colorResource(id = Colors.primary_color), spacerSize = 0.dp, listPadding = 0.dp ), cardStyle =...