// Root build file. It declares the plugins used *somewhere* in the project but // applies none of them here (apply false). Each module opts in to the ones it // needs. Keeping this file thin is intentional. plugins { alias(libs.plugins.android.application) apply false alias(libs.plugins.kotlin.android) apply false alias(libs.plugins.kotlin.compose) apply false }