summaryrefslogtreecommitdiffhomepage
path: root/android/test
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-07-15 12:26:40 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-07-19 11:27:49 +0200
commit0e19b762c23bf6609f7e9102bc3ba69efd33c9d5 (patch)
treed8254b348ed4bc4b91809fc5f025ad42d3ea60dd /android/test
parentfeade99190b8282ef63512cc079a928c34baee13 (diff)
downloadmullvadvpn-0e19b762c23bf6609f7e9102bc3ba69efd33c9d5.tar.xz
mullvadvpn-0e19b762c23bf6609f7e9102bc3ba69efd33c9d5.zip
Add dependency to Destinations
Diffstat (limited to 'android/test')
-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)