-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultiplatformResourcesPackage not used in Android #317
Comments
|
I see. |
Alex009
added a commit
that referenced
this issue
Mar 25, 2022
Alex009
added a commit
that referenced
this issue
Mar 25, 2022
Alex009
added a commit
that referenced
this issue
Mar 25, 2022
Alex009
added a commit
that referenced
this issue
Mar 25, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
why is androidSetup inside MultiplatformResourcesPlugin still using manifest for getting package name?
I am passing multiplatformResourcesPackage variable and want to use that so there is no need to parse my AndroidManifest.
I am trying to use autoManifest plugin so I can generate my manifests but moko-resources is looking for it too soon, eagerly.
Please remove parsing AndroidManifest since I am passing the package name in setup variables. Or Add another option for ignoring it.
Thank you
The text was updated successfully, but these errors were encountered: