How do you print your dependencies? For example, when I add “free” flavor and do ./gradlew assembleFreeDebug --dry-run
, it prints me the following list:
// some tasks here
:app:javaPreCompileFreeDebug SKIPPED
:app:compileFreeDebugJavaWithJavac SKIPPED
:app:generateJsonModelFreeDebug SKIPPED
:app:externalNativeBuildFreeDebug SKIPPED
:app:compileFreeDebugSources SKIPPED
:app:doSomethingFree SKIPPED
:app:mergeFreeDebugShaders SKIPPED
// more tasks here
:app:assembleFreeDebug SKIPPED