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
Build Flavor Support (_variants.py, run_gradle_task.py --flavor, run_device.py --flavor, setup I.19): Full product-flavor lifecycle. The wizard discovers flavors from Groovy/KTS productFlavors blocks and asks which variant is the daily test target; runners resolve assemble tasks (:app:assemble{Flavor}Debug) and flavor APK paths automatically.
Multi-Module Governance (_modules.py, fast_kt_lint.py, perf_guard.py): Source-root discovery across every module (*/src/main/{java,kotlin} including KMP androidMain). fast_kt_lint --all and perf_guard --all scan all modules. New architecture gate FEATURE_CROSS_IMPORT flags feature-to-feature cross imports at lint time.