Add DataStore dependency and set up injection

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-22 22:31:35 +05:30
parent b37707d933
commit 9e3f718ab9
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 38 additions and 0 deletions

View file

@ -33,6 +33,7 @@ dependencies {
implementation(compose.ui)
implementation(Dependencies.AndroidX.appCompat)
implementation(Dependencies.AndroidX.browser)
implementation(Dependencies.AndroidX.datastore)
implementation(Dependencies.AndroidX.Compose.activity)
implementation(Dependencies.AndroidX.Compose.lifecycleViewModel)
implementation(Dependencies.AndroidX.Compose.navigation)