# What After a brief meeting, [~danielpassos] , [~wtrocki] , [~akeating1]and [~croche87] realized that the IntelliJ UI plugin should detect if a project is using the aerogear android build plugin and prompt the user to install it if it is not detected.
# Verification or something
## If the plugin is not installed When the IDE plugin launches, it should detect if the current project/app/module has the build plugin. If the build plug in is not installed then the IDE plugin should prompt the user to install it.
To install the build plugin the user will need to add the dependency to their build dependency in the root bnuild.gradle file and then apply the build plugin in their module build.gradle files.
|
|