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 32662de commit ac5f5b6Copy full SHA for ac5f5b6
README.md
@@ -126,7 +126,7 @@ interface UserHelper {
126
data class User (val id:String)
127
```
128
129
-- 4、在```@ExposeInterface```注解的接口类的实现类上使用 ```@ImplementClass(UserHelper::class)```,**实现类必须只有一个**
+- 4、在```@ExposeInterface```注解的接口类的实现类上使用 ```@ImplementClass(UserHelper::class)```
130
131
```kotlin
132
@ImplementClass(UserHelper::class)
@@ -150,7 +150,7 @@ communication -> generateCommunication
150
151
- 6、在需要使用 ```lib-login``` 模块 上引入通信模块 ```communication```
152
153
-a、```lib-login``` 引入通信模块
+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))
154
155
```gradle
156
compileOnly(project(":communication"))
0 commit comments