mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
refactor(deps): switch Compose dependencies to BOM
This commit is contained in:
parent
42310a6a33
commit
80bfb34e5b
4 changed files with 14 additions and 11 deletions
|
@ -9,6 +9,7 @@ plugins {
|
|||
androidComponents { beforeVariants { it.enableUnitTest = false } }
|
||||
|
||||
dependencies {
|
||||
implementation(platform(libs.androidx.compose.bom))
|
||||
api(libs.napier)
|
||||
implementation(projects.database)
|
||||
implementation(projects.model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue