generated from dxfeng/secondev-chapanda-feishu
6 lines
144 B
Groovy
6 lines
144 B
Groovy
|
|
description = "子模块demo项目"
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
// 子项目私有依赖添加
|
||
|
|
implementation project(':secondev-chapanda-portal')
|
||
|
|
}
|