mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
feat(store): set up a preliminary implementation for newest posts
This commit is contained in:
parent
14007c6e8f
commit
45701f414b
11 changed files with 165 additions and 12 deletions
|
@ -19,8 +19,13 @@ anvil { generateDaggerFactories.set(true) }
|
|||
dependencies {
|
||||
api(projects.database)
|
||||
api(projects.model)
|
||||
api(projects.core)
|
||||
|
||||
implementation(projects.api)
|
||||
implementation(libs.dagger)
|
||||
implementation(libs.javax.inject)
|
||||
implementation(libs.kotlinx.atomicfu)
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
implementation(libs.sqldelight.extensions.coroutines)
|
||||
implementation(libs.store5)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue