SmartIntercom/build.gradle.kts
2023-12-12 00:53:43 +07:00

10 lines
364 B
Plaintext

buildscript {
val agp_version by extra("8.1.2")
}
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
id("com.google.devtools.ksp") version "1.9.0-1.0.12" apply false
}