app: switch to FlowLayout for TagRow

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-09 19:53:15 +05:30
parent 08adc87493
commit 607e93e180
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 7 additions and 3 deletions

View file

@ -53,6 +53,7 @@ dependencies {
implementation(Dependencies.AndroidX.Lifecycle.viewmodelKtx)
implementation(Dependencies.Kotlin.Coroutines.android)
implementation(Dependencies.ThirdParty.accompanist)
implementation(Dependencies.ThirdParty.composeFlowLayout)
implementation(Dependencies.ThirdParty.Moshi.lib)
implementation(Dependencies.ThirdParty.Retrofit.moshi)
implementation(Dependencies.ThirdParty.SQLDelight.androidDriver)