Skip to content

Commit 77a89ac

Browse files
authored
Fix ConnectionTimout in debug mode (#78)
1 parent 40c2f09 commit 77a89ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
implementation(libs.androidx.dataStore.preferences)
3131

32-
debugImplementation(libs.ktor.client.cio)
32+
testImplementation(libs.ktor.client.cio)
3333

3434
testImplementation(project(":core:common-test"))
3535
testImplementation(project(":core:data-test"))

0 commit comments

Comments
 (0)