mirror of
https://github.com/androidx/media.git
synced 2026-03-13 08:20:10 +08:00
- Add kotlin-compose plugin for recognising of @Composable functions as not Functions - Add qualifier names and normalize their use between Java and Kotlin - Rename var to val for unchanging locals - Use kotlin ext `String.toUri` - Remove unnecessary "new" and semicolons from Kotlin snippets PiperOrigin-RevId: 817178697