build.gradle.kts 477 B

123456789101112131415
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. plugins {
  3. id("com.android.application") version "8.2.0" apply false
  4. id("com.android.library") version "8.2.0" apply false
  5. id("org.jetbrains.kotlin.android") version "1.8.21" apply false
  6. id("com.android.test") version "8.2.0" apply false
  7. id("androidx.baselineprofile") version "1.2.0" apply false
  8. }
  9. buildscript {
  10. repositories {
  11. google()
  12. }
  13. }