mirror of
https://github.com/BetterAndroid/compose-multiplatform-template.git
synced 2025-12-15 15:31:18 +08:00
refactor: merge shared to composeApp
This commit is contained in:
@@ -11,7 +11,7 @@ kotlin {
|
||||
sourceSets {
|
||||
val desktopMain by getting {
|
||||
dependencies {
|
||||
implementation(projects.shared)
|
||||
implementation(projects.composeApp)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user