We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e4f8e commit 4157968Copy full SHA for 4157968
README.md
@@ -158,14 +158,8 @@ compileOnly(project(":communication"))
158
159
**注意引入方式必须是 compileOnly ,否则会导致打包失败。并且在哪个 module 中使用就在哪引入**
160
161
-b、如果 ```lib-login``` 也已经引入过 ```communication.export``` 插件,就无需配置这一步(不报错找不到类就无需引入)
+b、如果 ```lib-login``` 也没有引入过 ```communication.export``` 插件,也同样需要引入
162
163
-```gradle
164
-dependencies {
165
- //必须项 👇(可以直接放在公共 module)
166
- implementation 'io.github.FlyJingFish.ModuleCommunication:module-communication-annotation:1.1.4'
167
-}
168
-```
169
170
- 7、在 ```lib-login``` 模块使用 ```lib-user``` 暴露出来的的代码
171
0 commit comments