Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj1994 committed Mar 9, 2022
1 parent db75eed commit a1941cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ object-oriented tool class that access key-value pairs based on the bean class.
// option :if you use mmkv
implementation "com.github.lwj1994.ormkv:mmkv:${latestVersion}"
// if you user kapt
// if you use kapt
kapt "com.github.lwj1994.ormkv:compiler:${latestVersion}"
// if you user ksp
// if you use ksp
ksp "com.github.lwj1994.ormkv:compiler:${latestVersion}"
}
```
Expand Down

0 comments on commit a1941cb

Please sign in to comment.