2024-05-04 15:12:22 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
plugins {
|
|
|
|
alias(libs.plugins.android.application) apply false
|
|
|
|
alias(libs.plugins.jetbrains.kotlin.android) apply false
|
2024-05-05 14:36:15 +00:00
|
|
|
|
|
|
|
id 'com.google.gms.google-services' version '4.4.1' apply false
|
2024-05-04 15:12:22 +00:00
|
|
|
}
|