feat(common): use FlowRow from Compose Foundation

This commit is contained in:
Harsh Shandilya 2023-04-20 01:23:53 +05:30
parent c3de960966
commit 250e7c20e5
No known key found for this signature in database
3 changed files with 7 additions and 9 deletions

View file

@ -35,7 +35,6 @@ dependencies {
implementation(projects.core)
implementation(projects.database)
implementation(projects.model)
implementation(libs.accompanist.flowlayout)
implementation(libs.androidx.browser)
implementation(libs.androidx.compose.animation)
implementation(libs.androidx.compose.foundation)