mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
common: move back to compose-richtext for Markdown
The bugs in multiplatform-markdown-renderer are not worth the colored lines
This commit is contained in:
parent
2e66baaf08
commit
09dedf9015
3 changed files with 16 additions and 8 deletions
|
@ -17,7 +17,9 @@ kotlin {
|
|||
api(compose.material)
|
||||
api(projects.database)
|
||||
api(projects.model)
|
||||
implementation(libs.multiplatform.markdown)
|
||||
implementation(libs.compose.richtext.markdown)
|
||||
implementation(libs.compose.richtext.material)
|
||||
implementation(libs.compose.richtext.ui)
|
||||
}
|
||||
}
|
||||
sourceSets["androidMain"].apply {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue