
It will be used for Kotlin-specific functionality like extension functions on the classes from the `media3-common` module. To import it, add the following to your build.gradle file: `implementation("androidx.media3:media3-common-ktx:1.X.Y")` PiperOrigin-RevId: 658492256
363 B
363 B
Common Kotlin Extensions module
Provides Kotlin-specific common code and utilities. Examples include extension functions and properties, named parameters and coroutines. They help provide idiomatic Kotlin APIs to be used by Media3 consumers.