2023-11-08 23:20:02 +04:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
|
|
|
id("com.android.application") version "8.1.1" apply false
|
|
|
|
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
|
2023-12-14 02:17:19 +04:00
|
|
|
id("com.google.devtools.ksp") version "1.8.20-1.0.11" apply false
|
2023-11-08 23:20:02 +04:00
|
|
|
}
|