// Top-level build file. Plugin versions are declared here and applied in the // module build scripts. AGP 8.5 + Kotlin 2.0 (with the dedicated Compose // compiler plugin) target the locally installed SDK (compileSdk 34). plugins { id("com.android.application") version "8.5.2" apply false id("org.jetbrains.kotlin.android") version "2.0.21" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false }