2026-07-27 08:16:20 +12:00
|
|
|
// Top-level build file. Plugin versions are declared here and applied per-module.
|
|
|
|
|
plugins {
|
2026-08-10 12:23:23 +12:00
|
|
|
id("com.android.application") version "9.3.1" apply false
|
|
|
|
|
id("com.android.test") version "9.3.1" apply false
|
|
|
|
|
id("org.jetbrains.kotlin.android") version "2.2.10" apply false
|
|
|
|
|
id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false
|
|
|
|
|
// A Kotlin compiler plugin, so its version tracks the compiler's, not its own release
|
|
|
|
|
// cadence — left behind at 2.0.21 by the 2.2.10 upgrade.
|
|
|
|
|
id("org.jetbrains.kotlin.plugin.serialization") version "2.2.10" apply false
|
2026-08-02 22:10:19 +12:00
|
|
|
// Generates app/src/release/generated/baselineProfiles from the :benchmark journeys.
|
|
|
|
|
// Keep this version in step with the androidx.benchmark artifacts in benchmark/.
|
|
|
|
|
id("androidx.baselineprofile") version "1.3.4" apply false
|
2026-07-27 08:16:20 +12:00
|
|
|
}
|