5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
// 顶级构建文件,用于添加所有子项目/模块的公共配置选项
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
}
|