Skip to content

Commit

Permalink
Add missing dependency in androidBenchmark androidTest
Browse files Browse the repository at this point in the history
  • Loading branch information
azabost committed Jun 20, 2024
1 parent 6c3cef0 commit b1af12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions androidBenchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies {
testImplementation(libs.kotlin.test)
testImplementation(libs.kotlin.test.junit)
testImplementation(libs.shouldko)
androidTestImplementation(libs.shouldko)
androidTestImplementation(libs.androidx.test.runner)
androidTestImplementation(libs.androidx.test.ext.junit)
androidTestImplementation(libs.androidx.benchmark)
Expand Down

0 comments on commit b1af12f

Please sign in to comment.