all: add missing dependencies on coroutines

Prevents incorrect transitive dependency resolution rules from breaking build
This commit is contained in:
Harsh Shandilya 2022-03-15 16:02:45 +05:30
parent 451ab454d2
commit a7897e4875
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 3 additions and 0 deletions

View file

@ -19,6 +19,7 @@ kotlin {
api(compose.material3)
api(projects.database)
api(projects.model)
implementation(libs.kotlin.coroutines.core)
implementation(libs.compose.richtext.markdown)
implementation(libs.compose.richtext.material)
implementation(libs.compose.richtext.ui)