secondev-chapanda-feishu/secondev-chapanda-feishu.gr...

6 lines
144 B
Groovy
Raw Normal View History

2025-07-15 14:26:15 +08:00
description = "子模块demo项目"
dependencies {
// 子项目私有依赖添加
2025-07-16 14:31:52 +08:00
implementation project(':secondev-chapanda-portal')
2025-07-15 14:26:15 +08:00
}