Skip to content

Commit ff21ef9

Browse files
committed
Prapare to move internal persistence to the client module
1 parent bd41ac6 commit ff21ef9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stream-chat-android-client/build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)