We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e6855 commit c9f3497Copy full SHA for c9f3497
README.md
@@ -56,13 +56,13 @@ apply plugin: 'kotlin-kapt' // 使用 kapt 注解处理工具
56
### 4. 添加依赖
57
> Gitee
58
59
- implementation "com.gitee.catch-pig.kotlin-mvvm:mvvm:last_version"
60
- kapt "com.gitee.catch-pig.kotlin-mvvm:compiler:last_version"
+ implementation "com.gitee.catchpig.kmvvm:mvvm:last_version"
+ kapt "com.gitee.catchpig.kmvvm:compiler:last_version"
61
62
> Github
63
64
- implementation "com.github.catch-pig.kotlin-mvvm:mvvm:last_version"
65
- kapt "com.github.catch-pig.kotlin-mvvm:compiler:last_version"
+ implementation "com.github.catchpig.kmvvm:mvvm:last_version"
+ kapt "com.github.catchpig.kmvvm:compiler:last_version"
66
67
## 使用
68
0 commit comments