Skip to content

Commit

Permalink
add toModel()
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj1994 committed May 11, 2021
1 parent b6cbfee commit 60f1782
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 218 deletions.
6 changes: 5 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ dependencies {
implementation project(path: ':core')
implementation project(path: ':sharedPreferences')
implementation project(path: ':mmkv')
// implementation "com.github.lwj1994.ormkv:core:0.8.0"
// implementation "com.github.lwj1994.ormkv:sharedPreferences:0.8.0"
// implementation "com.github.lwj1994.ormkv:mmkv:0.8.0"
kapt project(path: ':compiler')
// kapt "com.github.lwj1994.ormkv:compiler:0.8.0"
implementation('com.tencent:mmkv-static:1.2.8')

kapt project(path: ':compiler')
// implementation 'com.lwjlol.ccsp:ccsp:0.0.1'
// kapt 'com.lwjlol.ccsp:compiler:0.0.1'
}

This file was deleted.

Loading

0 comments on commit 60f1782

Please sign in to comment.