Per docs/specs/2026-05-16-gradle-plugin-cc-support.md AC-8 deferral.
Currently FeaturedPlugin.kt:157 calls target.rootProject which works under Configuration Cache but breaks isolated projects.
Migration path: convert to settings plugin or have consumers register the aggregator once in root build.gradle.kts.
Spec exclude: out of scope for v1.0.0-Beta.
Per docs/specs/2026-05-16-gradle-plugin-cc-support.md AC-8 deferral.
Currently FeaturedPlugin.kt:157 calls target.rootProject which works under Configuration Cache but breaks isolated projects.
Migration path: convert to settings plugin or have consumers register the aggregator once in root build.gradle.kts.
Spec exclude: out of scope for v1.0.0-Beta.