summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/test/arch/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/test/arch/build.gradle.kts b/android/test/arch/build.gradle.kts
index 2665083cb0..d2debc07dd 100644
--- a/android/test/arch/build.gradle.kts
+++ b/android/test/arch/build.gradle.kts
@@ -32,6 +32,7 @@ dependencies {
testRuntimeOnly(Dependencies.junitEngine)
testImplementation(Dependencies.Compose.uiToolingAndroidPreview)
+ testImplementation(Dependencies.Compose.destinations)
testImplementation(Dependencies.AndroidX.appcompat)
testImplementation(Dependencies.junitApi)
testImplementation(Dependencies.konsist)