You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2022. It is now read-only.
Currently if this plugin is applied to the root build.gradle instead of app/build.gradle the following error is shown.
Could not get unknown property 'android' for root project 'ProjectName' of type org.gradle.api.Project.
Solutions
Solutions below are in order of the best outcome
1. Solution - Apply plugin to all projects
If possible this plugin should apply itself to all Android projects
2. Solution - Provide a detailed error
We should provide a detailed message to move the plugin to their app/build.gradle. We should still cause the build to fail so the app developer knows that the plugin is not working.