mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
refactor(database): split out JVM and Android parts
This commit is contained in:
parent
1b1984064c
commit
7b0b206905
31 changed files with 33 additions and 19 deletions
|
@ -33,7 +33,7 @@ anvil { generateDaggerFactories.set(true) }
|
|||
|
||||
dependencies {
|
||||
api(projects.core)
|
||||
api(projects.database)
|
||||
api(projects.database.core)
|
||||
api(projects.model)
|
||||
|
||||
implementation(platform(libs.androidx.compose.bom))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue