mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix(deps): switch to Chris Banes' Compose alpha BOM
This commit is contained in:
parent
acb7c0e670
commit
7096e62948
3 changed files with 12 additions and 9 deletions
|
@ -18,6 +18,7 @@ anvil { generateDaggerFactories.set(true) }
|
|||
androidComponents { beforeVariants { it.enableUnitTest = false } }
|
||||
|
||||
dependencies {
|
||||
implementation(platform(libs.androidx.compose.bom))
|
||||
api(libs.napier)
|
||||
implementation(projects.core)
|
||||
implementation(projects.database)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue