Skip to content

Commit ac5f5b6

Browse files
committed
修改readme
1 parent 32662de commit ac5f5b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ interface UserHelper {
126126
data class User (val id:String)
127127
```
128128

129-
- 4、在```@ExposeInterface```注解的接口类的实现类上使用 ```@ImplementClass(UserHelper::class)```**实现类必须只有一个**
129+
- 4、在```@ExposeInterface```注解的接口类的实现类上使用 ```@ImplementClass(UserHelper::class)```
130130

131131
```kotlin
132132
@ImplementClass(UserHelper::class)
@@ -150,7 +150,7 @@ communication -> generateCommunication
150150

151151
- 6、在需要使用 ```lib-login``` 模块 上引入通信模块 ```communication```
152152

153-
a、```lib-login``` 引入通信模块
153+
a、```lib-login``` 引入通信模块([配置了这里就无需配置这一步](#%E4%BA%8C%E6%96%B0%E5%A2%9E%E8%B4%9F%E8%B4%A3%E9%80%9A%E4%BF%A1%E7%9A%84-module))
154154

155155
```gradle
156156
compileOnly(project(":communication"))

0 commit comments

Comments
 (0)