Skip to content

Commit

Permalink
Fixed testing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanarodr committed May 8, 2024
1 parent 0df8de3 commit 3303211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feature/home/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {

implementation(libs.retrofit.core)

testImplementation(projects.testing)
testImplementation(libs.androidx.arch.testing)
testImplementation(libs.bundles.test.jvm)
androidTestImplementation(libs.bundles.test.jvm)
Expand Down

0 comments on commit 3303211

Please sign in to comment.