2.4.0-beta01
Version 2.4.0-beta01
Fixed an issue with auto-migrations not adding new columns when another table in the same auto-migration also had a new column with the same name. The PagingSource implementation generated by room-paging now uses the queryExecutor passed through RoomDatabase.Builder, so it can be overridden, instead of Dispatchers.IO previously.