2025-01-08 07:04:19 +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.kotlin.android) apply false
|
|
|
|
|
alias(libs.plugins.kotlin.compose) apply false
|
2025-05-04 09:28:33 +00:00
|
|
|
id("com.google.gms.google-services") version "4.4.2" apply false
|
|
|
|
|
alias(libs.plugins.android.dynamic.feature) apply false
|
2025-01-08 07:04:19 +00:00
|
|
|
}
|