Skip to content

Commit dfa6681

Browse files
author
charlie mangano
committed
chore: add mockito.kotlin dependency
Changed the `build.gradle.kts` to add the `libs.mockito.kotlin` dependency.
1 parent c7cb82a commit dfa6681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ dependencies {
187187
// Material Icons
188188
implementation(libs.androidx.material.icons.extended)
189189
// Mockito for unit testing
190+
testImplementation(libs.mockito.kotlin)
190191
testImplementation(libs.mockito.core.v540)
191192
}
192193

0 commit comments

Comments
 (0)