I am installing some android plugins using android studio in a project.I uploaded that project to git. Now how can I save all my plugins list and push that to git along with project , by mentioning somewhere like gradle, So that who ever clones that project and opens in android studio should be asked to install those plugins or they should be installed automatically?
Is there any solution for that, Let me know if you did not get my question.
I read Android Studio "Unable to save plugin settings" question in stack overflow, but did not get how to apply to my problem