Describe the problem or limitation you are having in your project
I need to add manifestPlaceholder to build.gradle for my Android plugin, but inside Editor there is no API for it, the only way is to open the build.gradle file and add manifestPlaceholder manually
Describe the feature / enhancement and how it helps to overcome the problem or limitation
if I want to share my Android plugin, everyone needs to add manifestPlaceholder for themself, add an API in EditorExportPlugin makes it easier for all
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Describe the project you are working on
Android plugin
Describe the problem or limitation you are having in your project
I need to add
manifestPlaceholder
tobuild.gradle
for my Android plugin, but inside Editor there is no API for it, the only way is to open thebuild.gradle
file and addmanifestPlaceholder
manuallyDescribe the feature / enhancement and how it helps to overcome the problem or limitation
if I want to share my Android plugin, everyone needs to add
manifestPlaceholder
for themself, add an API inEditorExportPlugin
makes it easier for allDescribe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If this enhancement will not be used often, can it be worked around with a few lines of script?
The
build.gradle
file needs to be edited manuallyIs there a reason why this should be core and not an add-on in the asset library?
The
build.gradle
file needs to overwrite at compile time so addons cannot do that