6 lines
331 B
Plaintext
6 lines
331 B
Plaintext
// 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.google.android.libraries.mapsplatform.secrets.gradle.plugin) apply false
|
|
id("com.google.dagger.hilt.android") version "2.51" apply false
|
|
} |