mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 19:07:02 +05:30
build: enable androidResources for common module
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
This commit is contained in:
parent
b233129c32
commit
282da93630
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ kotlin {
|
|||
}
|
||||
|
||||
android {
|
||||
buildFeatures { androidResources = true }
|
||||
|
||||
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