Coffee_Preorder/build.gradle.kts

6 lines
311 B
Plaintext
Raw Normal View History

2023-10-15 20:54:08 +04:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2023-12-03 18:03:39 +04:00
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.20" apply false
id("com.google.devtools.ksp") version "1.9.20-1.0.14" apply false
2023-10-15 20:54:08 +04:00
}