mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
all: sort and reorganize dependencies
This commit is contained in:
parent
4a048e8ff0
commit
4d78a41e49
7 changed files with 17 additions and 17 deletions
|
@ -28,14 +28,14 @@ kotlin {
|
|||
jvm("desktop")
|
||||
sourceSets["commonMain"].apply {
|
||||
dependencies {
|
||||
api(compose.runtime)
|
||||
api(compose.foundation)
|
||||
api(compose.material)
|
||||
api(compose.material3)
|
||||
api(compose.runtime)
|
||||
api(libs.napier)
|
||||
api(projects.database)
|
||||
api(projects.model)
|
||||
api(libs.napier)
|
||||
implementation(libs.kotlin.coroutines.core)
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
implementation(libs.kotlinx.datetime)
|
||||
implementation(libs.compose.richtext.markdown)
|
||||
implementation(libs.compose.richtext.material3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue