mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 12:07:03 +05:30
common: include androidMain resources directory
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
01ffc49e18
commit
b233129c32
1 changed files with 4 additions and 1 deletions
|
@ -68,5 +68,8 @@ kotlin {
|
|||
}
|
||||
|
||||
android {
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
sourceSets["main"].apply {
|
||||
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
res.srcDir("src/androidMain/res")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue