fix(deps): downgrade to Compose 2023.01.00

There seems to be a regression with `produceState` in this release

Also reverts fb4beb08ee
This commit is contained in:
Harsh Shandilya 2023-01-21 12:30:28 +05:30
parent 1b2534eca6
commit ce91650788
No known key found for this signature in database
6 changed files with 9 additions and 19 deletions

View file

@ -23,6 +23,7 @@ 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)