mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
common: resolve duplicate content roots warning
This commit is contained in:
parent
a2353e2f21
commit
1547760492
15 changed files with 2 additions and 8 deletions
|
@ -49,17 +49,11 @@ kotlin {
|
|||
implementation(libs.coil.compose)
|
||||
}
|
||||
}
|
||||
sourceSets["desktopMain"].apply {
|
||||
resources.srcDir("src/androidMain/res/drawable/")
|
||||
dependencies { implementation(libs.kamel.image) }
|
||||
}
|
||||
sourceSets["desktopMain"].apply { dependencies { implementation(libs.kamel.image) } }
|
||||
}
|
||||
|
||||
android {
|
||||
buildFeatures { androidResources = true }
|
||||
namespace = "dev.msfjarvis.claw.common"
|
||||
sourceSets["main"].apply {
|
||||
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
res.srcDirs("src/commonMain/resources")
|
||||
}
|
||||
sourceSets["main"].apply { manifest.srcFile("src/androidMain/AndroidManifest.xml") }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue