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

@ -34,6 +34,7 @@ object Dependencies {
const val appCompat = "androidx.appcompat:appcompat:1.3.0-beta01"
const val browser = "androidx.browser:browser:1.3.0"
const val coreLibraryDesugaring = "com.android.tools:desugar_jdk_libs:1.0.10"
const val datastore = "androidx.datastore:datastore-preferences:1.0.0-alpha08"
object Compose {