For my project in Android Studio I need a plugin. Since I want other developers to use and test my code, they have to download the plugin manually when opening the project. What could I implement that Android Studio automatically installs this plugin when a user opens the project (who has not already installed this plugin)?
Thank you in advance