2024-01-17 00:47:34 +11:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
plugins {
|
2025-12-17 00:14:47 -08:00
|
|
|
alias(libs.plugins.android.application) apply false
|
|
|
|
|
alias(libs.plugins.android.library) apply false
|
|
|
|
|
alias(libs.plugins.jetbrains.kotlin.android) apply false
|
2024-01-17 00:47:34 +11:00
|
|
|
}
|