refactor: merge shared to composeApp

This commit is contained in:
2024-01-12 23:40:06 +08:00
parent d2bb28ef24
commit 8b330ff878
15 changed files with 9 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ kotlin {
sourceSets {
val desktopMain by getting {
dependencies {
implementation(projects.samples.shared)
implementation(projects.samples.composeApp)
}
}
}