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:
Harsh Shandilya 2021-10-26 17:53:15 +05:30
parent 2e66baaf08
commit 09dedf9015
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 16 additions and 8 deletions

View file

@ -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 {