Hi there,
When we upgrade from gradle 4.1 to gradle 4.2.1, we have an issue when we use a custom gradle plugin in a module.
Cannot create variant 'android-lint' after configuration ':module:debugRuntimeElements' has been resolved
We are using GAP 3 beta 7, build tools 26.0.2 and the error also happens with beta 6 and build tools 26.0.1. It's really related to gradle.
We tried to make the plugin empty, removing all the code, etc, but the error persists. Did anyone face it, or have any idea of what is causing the issue ?
(we don't do lint stuff in the plugin, and it has no lint rule).
Thanks in advance !