all: move Markdown rendering to common module

This commit is contained in:
Harsh Shandilya 2021-10-25 01:15:56 +05:30
parent 36618690e3
commit b3588e97e7
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 13 additions and 14 deletions

View file

@ -17,6 +17,7 @@ kotlin {
api(compose.material)
api(projects.database)
api(projects.model)
implementation(libs.multiplatform.markdown)
}
}
sourceSets["androidMain"].apply {