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

@ -18,7 +18,6 @@ whetstone = "0.6.0-SNAPSHOT"
workmanager = "2.8.1"
[libraries]
accompanist-flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
androidx-activity-compose = "androidx.activity:activity-compose:1.7.0"
androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha13"