mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 16:47:01 +05:30
common: move AndroidManifest to the correct source set
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
640b64a407
commit
733fb5d96c
2 changed files with 4 additions and 0 deletions
|
@ -46,3 +46,7 @@ kotlin {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue