auto-dagger
auto-dagger copied to clipboard
RoomDatabase is failed to be processed
Add a DB with a function like this and it fails to be processed:
override suspend fun <R> withTransaction(block: suspend () -> R): R = (this as RoomDatabase).withTransaction(block)