Fixed
Status Update
Comments
el...@google.com <el...@google.com>
ap...@google.com <ap...@google.com> #2
There is no error when I use kotlin versions: 1.6.21, but issue/error starts appearing when kotlin version is 1.7.0
pr...@google.com <pr...@google.com> #3
I have the same problem, i think no stable version of room 2.4.2 with kotlin 1.7.0
wo...@gmail.com <wo...@gmail.com> #4
usage implementation 'androidx.room:room-ktx:2.5.0-alpha02'
Description
The room-paging KMP integration on initial load starts an 'immediate' transaction which grabs a 'write' lock immediately on a reader connection which is illegal:
Seehttps://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:room/room-paging/src/commonMain/kotlin/androidx/room/paging/LimitOffsetPagingSource.kt;l=112-113