media/demos/session/src/main/java/androidx/media3/demo/session
Googler 718cf1299b Fix Kotlin 2.0 compilation error in session demo app
Since Kotlin 2.0 the compiler became better at detecting incorrect
annotation applications. The @OptIn annotation can't be applied to an
expression, so when compiling with Kotlin 2.0 it results in an error.

PiperOrigin-RevId: 604596657
2024-02-06 03:47:20 -08:00
..
MainActivity.kt Request notification permission when starting session demo app 2023-10-11 06:27:59 -07:00
PlayableFolderActivity.kt Expand MediaItems in session demo instead of just replacing them 2023-10-16 07:05:28 -07:00
PlaybackService.kt Split demo service into its own module for reuse 2023-09-27 15:21:23 -07:00
PlayerActivity.kt Fix Kotlin 2.0 compilation error in session demo app 2024-02-06 03:47:20 -08:00