Hey. I'm trying to use Room version 2.7.0-alpha01 ...
# multiplatform
a
Hey. I'm trying to use Room version 2.7.0-alpha01 (
androidx:room:room-runtime:2.7.0-alpha01
) for Kotlin Multiplatform. I'm encountering an issue where all columns seem to be created as BLOBs in the iOS app. This is leading to problems with my string manipulation queries (e.g.,
ltrim
). When I inspect the database on the device, all columns are indeed marked as BLOB. Is this a known issue with Room in KMP, or am I missing something?