File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
stream-chat-android-client Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,10 @@ dependencies {
9898 implementation(libs.okhttp.logging.interceptor)
9999 implementation(libs.ok2curl)
100100
101+ implementation(libs.androidx.room.runtime)
102+ implementation(libs.androidx.room.ktx)
103+ ksp(libs.androidx.room.compiler)
104+
101105 // Unused dependencies: The following dependencies (appcompat, constraintlayout, livedata-ktx) are not used in the
102106 // `stream-chat-android-client` module. They are still declared here to prevent potential breaking changes for
103107 // integrations that might be relying on them transitively. Consider removing them in future major releases.
@@ -114,6 +118,7 @@ dependencies {
114118 testImplementation(libs.androidx.lifecycle.runtime.testing)
115119 testImplementation(libs.junit.jupiter.api)
116120 testImplementation(libs.junit.jupiter.params)
121+ testImplementation(libs.turbine)
117122 testRuntimeOnly(libs.junit.jupiter.engine)
118123 testRuntimeOnly(libs.junit.vintage.engine)
119124
You can’t perform that action at this time.
0 commit comments