auto-dagger icon indicating copy to clipboard operation
auto-dagger copied to clipboard

RoomDatabase is failed to be processed

Open ansman opened this issue 1 year ago • 0 comments

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)

ansman avatar Sep 20 '24 15:09 ansman