File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ dependencies {
3030 implementation(project(" :core:uistate" ))
3131 implementation(project(" :core:data" ))
3232
33+ // stream Video SDK
34+ implementation(libs.stream.video.compose)
35+
3336 implementation(libs.androidx.lifecycle.runtimeCompose)
3437 implementation(libs.androidx.lifecycle.viewModelCompose)
3538 implementation(libs.stream.log)
Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ dependencies {
3131 implementation(project(" :core:network" ))
3232 implementation(project(" :core:data" ))
3333
34- // Stream chat Compose
34+ // Stream Chat & Video Compose
3535 api(libs.stream.chat.compose)
36+ api(libs.stream.video.compose)
3637
3738 implementation(libs.androidx.lifecycle.runtimeCompose)
3839 implementation(libs.androidx.lifecycle.viewModelCompose)
You can’t perform that action at this time.
0 commit comments