Is it possible to add an AndroidManifest to a KMP ...
# multiplatform
s
Is it possible to add an AndroidManifest to a KMP library so the library can already add the permission to the manifest?
h
Yes, if you apply the Android library plugin
s
Nice, I had seen a few projects that could use this, but don't and I hadn't seen any documentation. I guess it's time to file some PRs
Is it also possible to do something similar with info.plist for ios?