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 9c63b11 commit 05177b2Copy full SHA for 05177b2
README.md
@@ -366,7 +366,7 @@ public class App extends BaseApplication {
366
367
### 其它示例
368
369
- **BaseViewModel** 示例 (如果您继承使用了BaseViewModel或其子类,你需要参照如下方式在类上添加**@HiltViewModel**并在构造函数上添加**@Inject**注解)
+ **BaseViewModel** 示例 (如果您继承使用了BaseViewModel或其子类,你需要参照如下方式在类上添加 **@HiltViewModel** 并在构造函数上添加 **@Inject** 注解)
370
```java
371
@HiltViewModel
372
public class YourViewModel extends BaseViewModel<YourModel> {
0 commit comments