jbibik 018d0488e1 Create a new media3-common-ktx module
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
2024-08-01 12:14:16 -07:00

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.