diff options
Diffstat (limited to 'mobile/android/android-components/components/feature/qr/build.gradle')
-rw-r--r-- | mobile/android/android-components/components/feature/qr/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile/android/android-components/components/feature/qr/build.gradle b/mobile/android/android-components/components/feature/qr/build.gradle index f491a3e0a8..beebfcd1f5 100644 --- a/mobile/android/android-components/components/feature/qr/build.gradle +++ b/mobile/android/android-components/components/feature/qr/build.gradle @@ -28,6 +28,7 @@ dependencies { implementation ComponentsDependencies.kotlin_coroutines implementation ComponentsDependencies.androidx_appcompat + implementation ComponentsDependencies.androidx_core_ktx implementation project(':support-ktx') implementation project(':support-base') |