We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90d394 commit 9979fc3Copy full SHA for 9979fc3
1 file changed
README.md
@@ -72,8 +72,8 @@ buildscript {
72
//..
73
RocketX {
74
openLog = true
75
- //指定哪些模块不打成 aar ,字符串为 module.path
76
- excludeModule = [":module_common"]
+ //指定哪些模块不打成 aar ,字符串为 module.path,以下 moduleB 不是一级目录,需要带上父文件夹
+ excludeModule = [":moduleA",":module_common:moduleB"]
77
}
78
79
0 commit comments