We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43ac97 commit 923c0f0Copy full SHA for 923c0f0
1 file changed
Demo/swiftui/build.gradle.kts
@@ -28,6 +28,12 @@ kotlin {
28
implementation(compose.material3)
29
implementation(libs.kotlinx.serialization.json)
30
}
31
+ androidMain.dependencies {
32
+ // VideoPlayer: the legacy MediaPlayer stack is unreliable for
33
+ // remote streams, so the Android player is Media3.
34
+ implementation("androidx.media3:media3-exoplayer:1.4.1")
35
+ implementation("androidx.media3:media3-ui:1.4.1")
36
+ }
37
// `external fun` is JVM-only; both targets are JVM, so the bridge's
38
// Swift-implemented classes live in a source set they share.
39
val jvmShared by creating {
0 commit comments