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
|
@ -43,6 +43,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
kapt(libs.dagger.compiler)
|
||||
implementation(platform(libs.androidx.compose.bom))
|
||||
implementation(libs.dagger)
|
||||
implementation(projects.api)
|
||||
implementation(projects.common)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue