Files
memby/build.gradle.kts
T

14 lines
830 B
Kotlin

// Top-level build file. Plugin versions are declared here and applied per-module.
plugins {
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
// 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
}