refactor(deps): switch Compose dependencies to BOM

This commit is contained in:
Harsh Shandilya 2022-10-24 22:49:58 +05:30
parent 42310a6a33
commit 80bfb34e5b
No known key found for this signature in database
4 changed files with 14 additions and 11 deletions

View file

@ -39,6 +39,7 @@ android {
}
dependencies {
implementation(platform(libs.androidx.compose.bom))
annotationProcessor(libs.androidx.hilt.compiler)
annotationProcessor(libs.dagger.hilt.compiler)
implementation(projects.api)