// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { alias(libs.plugins.com.android.application) apply false alias(libs.plugins.org.jetbrains.kotlin.android) apply false } allprojects { tasks.withType { options.compilerArgs.add("-Xlint:deprecation") } }