summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/support/base/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/android-components/components/support/base/build.gradle')
-rw-r--r--mobile/android/android-components/components/support/base/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/android/android-components/components/support/base/build.gradle b/mobile/android/android-components/components/support/base/build.gradle
index 76918b4c21..bc7bffa7e7 100644
--- a/mobile/android/android-components/components/support/base/build.gradle
+++ b/mobile/android/android-components/components/support/base/build.gradle
@@ -74,6 +74,7 @@ android {
dependencies {
implementation ComponentsDependencies.kotlin_coroutines
+ implementation ComponentsDependencies.androidx_core_ktx
implementation ComponentsDependencies.androidx_lifecycle_viewmodel
api project(":concept-base")