Files
peko-android-gms/module_standard.gradle
2023-11-28 02:35:33 +08:00

11 lines
213 B
Groovy
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 文件说明业务module的标准配置非base模块外的业务模块
*/
apply from: "./module_base.gradle"
dependencies {
// Base
implementation project(path: ":modules:module_base")
}