Skip to content

Commit

Permalink
✅ Fix the test dependency conflicts
Browse files Browse the repository at this point in the history
Since the same dependency was being added in multiple modules, it was
somehow conflicting. Now everything is fine again.
  • Loading branch information
igorescodro committed Sep 27, 2022
1 parent a77c5d3 commit 454f98c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/task/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ dependencies {
implementation(libs.accompanist.permission)

testImplementation(libs.test.corektx)
androidTestImplementation(libs.compose.activity)
androidTestImplementation(libs.test.barista)
}

0 comments on commit 454f98c

Please sign in to comment.