14 lines
532 B
Kotlin
14 lines
532 B
Kotlin
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.2.2" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
|
|
id("com.google.gms.google-services") version "4.4.0" apply false
|
|
}
|
|
|
|
buildscript{
|
|
dependencies{
|
|
classpath("com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:2.0.1")
|
|
classpath("org.jetbrains.kotlin:kotlin-serialization:1.9.0")
|
|
}
|
|
|
|
} |