freeCompile project(':lib-appsflyer-no-op')paidCompile "com.appsflyer:af-android-sdk:${rootProject.ext.appsflyerLibVersion}@aar"So I would like to use the library only in paid flavor and I'm using empty no-op implementation in free version.
How to do the same in Gradle 3.0.0
Without change it fail on
The plugin uses the following configurations to resolve all the dependencies of a variant:
<variant>CompileClasspath (_<variant>Compile no longer works)<variant>RuntimeClasspath (_<variant>Apk no longer works)