blob: 451517b3f1aeab6b28137611992c8ee9080011fe (
plain) (
blame)
1
2
3
4
5
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.10.0" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}
|