mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +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
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue