Skip to content

Commit e96f836

Browse files
committed
addressing comments PR
1 parent e5cc17c commit e96f836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ room {
181181
directories. Schemas exported from different variants will be merged in the directory specified in the "room" extension.
182182

183183
#### 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
185185
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:
188188
<details open>
189189
<summary>Groovy</summary>
190190
<br>

0 commit comments

Comments
 (0)