From ea735b03ffd544093026e185ec5f566a90a4e916 Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Sat, 6 Jan 2024 21:31:24 -0500 Subject: [PATCH] Attempt to fix the android-test build (#8178) --- android-test/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android-test/build.gradle.kts b/android-test/build.gradle.kts index f5c085e39c47..906c22e0f8b8 100644 --- a/android-test/build.gradle.kts +++ b/android-test/build.gradle.kts @@ -81,6 +81,8 @@ dependencies { androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.espresso.core) androidTestImplementation(libs.httpClient5) + androidTestImplementation(libs.kotlin.test.common) + androidTestImplementation(libs.kotlin.test.junit) androidTestImplementation(libs.squareup.moshi) androidTestImplementation(libs.squareup.moshi.kotlin) androidTestImplementation(libs.squareup.okio.fakefilesystem)