mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
all: move Markdown rendering to common module
This commit is contained in:
parent
36618690e3
commit
b3588e97e7
6 changed files with 13 additions and 14 deletions
|
@ -17,6 +17,7 @@ kotlin {
|
|||
api(compose.material)
|
||||
api(projects.database)
|
||||
api(projects.model)
|
||||
implementation(libs.multiplatform.markdown)
|
||||
}
|
||||
}
|
||||
sourceSets["androidMain"].apply {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue