参考:xxl.gradle
参考:apply from: 'xxl.gradle'
参考: login 模块
if (isRelase) {
apply plugin: 'com.android.library'
} else {
apply plugin: 'com.android.application'
}
if(!isRelase){
applicationId appId.businessId
if (isRelase) {
implementation project(':login')
implementation project(':business')
}