plugins { alias(libs.plugins.android.application) apply false // kotlin-android is NOT registered: AGP 9 enables built-in Kotlin, and the // older plugin can't cast AGP 9's ApplicationExtension to the removed // BaseExtension. Same conclusion Minstrel reached on this toolchain pair. alias(libs.plugins.compose.compiler) apply false // ktlint/detekt are run from the CI image's pinned CLIs, not as Gradle // plugins — see the note in gradle/libs.versions.toml. }