mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
all: add missing dependencies on coroutines
Prevents incorrect transitive dependency resolution rules from breaking build
This commit is contained in:
parent
451ab454d2
commit
a7897e4875
3 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue