Skip to content

Commit

Permalink
Fix ConnectionTimout in debug mode (#78)
Browse files Browse the repository at this point in the history
FelberMartin authored Nov 3, 2024
1 parent 40c2f09 commit 77a89ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ dependencies {

implementation(libs.androidx.dataStore.preferences)

debugImplementation(libs.ktor.client.cio)
testImplementation(libs.ktor.client.cio)

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

0 comments on commit 77a89ac

Please sign in to comment.