Skip to content

Commit

Permalink
Add explicit dependency on selekt-java project from AndroidLibBenchma…
Browse files Browse the repository at this point in the history
…rk project.

Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Aug 17, 2024
1 parent d57aebd commit 9f3989d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AndroidLibBenchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ android {

dependencies {
androidTestImplementation(projects.selektAndroid)
androidTestImplementation(projects.selektJava)
androidTestImplementation(libs.androidx.benchmark.junit4)
androidTestImplementation(libs.androidx.test.ext)
androidTestImplementation(libs.androidx.test.rules)
Expand Down

0 comments on commit 9f3989d

Please sign in to comment.