File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ class AppConfigModule : FrameConfigModule() {
122
122
builder.retrofitOptions(object : RetrofitOptions {
123
123
override fun applyOptions (builder : Retrofit .Builder ) {
124
124
// TODO 配置Retrofit
125
-
126
125
}
127
126
})
128
127
.okHttpClientOptions(object : OkHttpClientOptions {
@@ -133,13 +132,11 @@ class AppConfigModule : FrameConfigModule() {
133
132
.gsonOptions(object : GsonOptions {
134
133
override fun applyOptions (builder : GsonBuilder ) {
135
134
// TODO 配置Gson
136
-
137
135
}
138
136
})
139
137
.roomDatabaseOptions(object : RoomDatabaseOptions {
140
138
override fun applyOptions (builder : RoomDatabase .Builder <out RoomDatabase >) {
141
139
// TODO 配置RoomDatabase
142
- builder.fallbackToDestructiveMigration()
143
140
}
144
141
})
145
142
.configOptions(object : AppliesOptions .ConfigOptions {
You can’t perform that action at this time.
0 commit comments