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

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