fix(deps): switch to Chris Banes' Compose alpha BOM

This commit is contained in:
Harsh Shandilya 2023-01-12 22:32:45 +05:30
parent acb7c0e670
commit 7096e62948
No known key found for this signature in database
3 changed files with 12 additions and 9 deletions

View file

@ -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)