common: switch to richtext-ui-material3

This commit is contained in:
Harsh Shandilya 2022-06-19 17:45:25 +05:30
parent ca0f88b9d3
commit 5cc0315bfb
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@ kotlin {
api(libs.napier)
implementation(libs.kotlin.coroutines.core)
implementation(libs.compose.richtext.markdown)
implementation(libs.compose.richtext.material)
implementation(libs.compose.richtext.material3)
implementation(libs.compose.richtext.ui)
}
kotlin.srcDir("src/gen/kotlin/")