2023-09-19 09:51:02 +04:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
2023-12-05 14:48:15 +04:00
|
|
|
id("com.android.application") version "8.1.2" apply false
|
|
|
|
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
|
|
|
|
id("com.google.devtools.ksp") version "1.8.20-1.0.11" apply false
|
2023-09-19 09:51:02 +04:00
|
|
|
}
|