mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 20:17:02 +05:30
common: cleanup Gradle build
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
60bf7ecde7
commit
f242ffb2af
1 changed files with 8 additions and 4 deletions
|
@ -68,10 +68,14 @@ kotlin {
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
buildFeatures { androidResources = true }
|
buildFeatures {
|
||||||
|
androidResources = true
|
||||||
|
}
|
||||||
|
|
||||||
sourceSets["main"].apply {
|
sourceSets {
|
||||||
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
named("main") {
|
||||||
res.srcDir("src/androidMain/res")
|
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||||
|
res.srcDirs("src/androidMain/res")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue