Skip to content

Commit

Permalink
Dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashay Gaikwad committed Feb 9, 2024
1 parent 2889438 commit 67291b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/testing-unit-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ appyx {

dependencies {
api(project(":appyx-navigation:appyx-navigation"))
api(project(":utils:ribs-helpers"))
implementation(project(":utils:utils-customisations"))
implementation(libs.kotlin.test)
implementation(project(":utils:ribs-helpers"))
}

0 comments on commit 67291b2

Please sign in to comment.