refactor: move logic to core module
This commit is contained in:
parent
f3fca134c7
commit
dae42c48f2
13 changed files with 75 additions and 24 deletions
|
|
@ -24,6 +24,7 @@ kotlin {
|
|||
implementation(libs.androidx.activity.compose)
|
||||
}
|
||||
commonMain.dependencies {
|
||||
implementation(project(":core"))
|
||||
implementation(libs.compose.runtime)
|
||||
implementation(libs.compose.foundation)
|
||||
implementation(libs.compose.material3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue