Skip to content

Commit

Permalink
fix dependency issue causing test failures in :data:settings (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimblebee committed Jan 29, 2024
1 parent 85aedba commit 75b6e3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/settings/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ dependencies {
// Testing
testImplementation(libs.junit)
implementation(libs.kotlinx.coroutines.core)
androidTestImplementation(libs.kotlinx.coroutines.core)
androidTestImplementation(libs.kotlinx.coroutines.test)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)

// Hilt
implementation(libs.dagger.hilt.android)
kapt(libs.dagger.hilt.compiler)
Expand Down

0 comments on commit 75b6e3f

Please sign in to comment.