mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +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 {
|
android {
|
||||||
|
buildFeatures { androidResources = true }
|
||||||
|
|
||||||
sourceSets["main"].apply {
|
sourceSets["main"].apply {
|
||||||
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||||
res.srcDir("src/androidMain/res")
|
res.srcDir("src/androidMain/res")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue