File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,10 +181,10 @@ room {
181
181
directories. Schemas exported from different variants will be merged in the directory specified in the "room" extension.
182
182
183
183
#### Ksp
184
- Since version 2.6.6 , ` RoomSchemaLocationWorkaround ` supports Kotlin Symbol Processing(KSP). Like KAPT, applying the Room
184
+ Since version 2.7.0 , ` RoomSchemaLocationWorkaround ` supports Kotlin Symbol Processing(KSP). Like KAPT, applying the Room
185
185
processor with Ksp was causing cache misses. The workaround allows you to specify an output directory for Room schema
186
- exports without breaking caching . The schema export directory must be configured via the "room" project extension instead
187
- of the ksp configuration:
186
+ exports. The schema export directory must be configured via the "room" project extension instead of the ksp
187
+ configuration:
188
188
<details open >
189
189
<summary >Groovy</summary >
190
190
<br >
You can’t perform that action at this time.
0 commit comments