2024-12-21 12:56:41 -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
|
|
|
|
alias(libs.plugins.kotlin.android) apply false
|
2024-12-29 14:53:12 +00:00
|
|
|
alias(libs.plugins.kotlin.compose) apply false
|
2024-12-21 12:56:41 -07:00
|
|
|
}
|