Skip to content

Commit 4157968

Browse files
authored
Update README.md
1 parent 79e4f8e commit 4157968

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,8 @@ compileOnly(project(":communication"))
158158

159159
**注意引入方式必须是 compileOnly ,否则会导致打包失败。并且在哪个 module 中使用就在哪引入**
160160

161-
b、如果 ```lib-login``` 也已经引入过 ```communication.export``` 插件,就无需配置这一步(不报错找不到类就无需引入)
161+
b、如果 ```lib-login``` 也没有引入过 ```communication.export``` 插件,也同样需要引入
162162

163-
```gradle
164-
dependencies {
165-
//必须项 👇(可以直接放在公共 module)
166-
implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.1.4'
167-
}
168-
```
169163

170164
- 7、在 ```lib-login``` 模块使用 ```lib-user``` 暴露出来的的代码
171165

0 commit comments

Comments
 (0)