2.3.0-beta03
Version 2.3.0-beta03
Added incremental compilation support for KSP. ( I031c1, b/176453350) Fixed a bug where creating PagingSource on the main thread could trigger an ANR. ( I42b74, b/181221318) Fixed @ExperimentalRoomApi visibility to be public instead of package private. ( b/181356119) Allow Room to accept a POJO return type in a @Query annotated DAO method when it is also annotated with @SkipQueryVerification. Room will do a best-effort to convert the result of the query to the POJO return type the same way it is done for a @RawQuery annotated DAO method. Thanks to 'Markus Riegel | hey@marcorei.com'. ( I45acb)