2024-07-01 14:55:06 -07: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
|
2025-01-09 15:57:31 -07:00
|
|
|
alias(libs.plugins.kotlin.android) apply false
|
2025-01-09 15:58:07 -07:00
|
|
|
alias(libs.plugins.kotlin.compose) apply false
|
2024-07-01 14:55:06 -07:00
|
|
|
}
|