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