Avoid 'Variant Selection Conflicts' warning when using android test plugin without release variant
问题 What I want to do & the problem I updated my Android Studio and Android Gradle Plugin to 3.0.1 and my Gradle Wrapper to 4.1 and can build & deploy my Android Gradle project in release variant on a device via IDE. However, the following 'Gradle Sync' warning messages are shown: Warning:Module 'library' has variant 'release' selected, but the modules ['integration-test'] depend on variant 'debug' The problem here is, that there is no 'release' variant for the integration-test module which uses