diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 53cbc84..744675f 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -72,6 +72,8 @@ dependencies { // Test testImplementation("junit:junit:4.13.2") + testImplementation("org.mockito:mockito-core:5.3.1") + testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1") androidTestImplementation("androidx.test.ext:junit:1.1.5") androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")