mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
Add DataStore dependency and set up injection
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
b37707d933
commit
9e3f718ab9
3 changed files with 38 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue