diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-23 19:15:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-23 13:45:36 +0000 |
commit | 9c5e9c8e4381aaa2886d0ad03070b2a57a937cce (patch) | |
tree | 5c1d13d4879c6efe7082b8a987d34aec38a64e10 /app/build.gradle.kts | |
parent | 6d0bff144c35c9f2c73f34065e972b3f48a34241 (diff) |
Improvements to key list activity (#2030)
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8d0bc6f6..32291d33 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -76,6 +76,7 @@ dependencies { implementation(libs.androidx.recyclerviewSelection) implementation(libs.androidx.security) implementation(libs.androidx.swiperefreshlayout) + implementation(libs.compose.ui.tooling) implementation(libs.dagger.hilt.android) implementation(libs.kotlin.coroutines.android) |