Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Is this not a bug in AGP? It doesnt feel like an androidx issue.
ya...@google.com <ya...@google.com>
an...@google.com <an...@google.com> #3
Probably yes, feel free to reroute or CC the right people. I was not 100% sure since the project uses the androidXMultiplatform
DSL, but looking at the DSL it simply forwards things to AGP.
ap...@google.com <ap...@google.com> #4
Do you have an example of what a broken consuming project looks like? which plugins are they applying?
Description
Version used: 2.0.0-rc01
Devices/Android versions reproduced on:
room.expandProjection can rewrite "SELECT *", but it still shows warnings about cursor mismatch.
Cause:
PojoRowAdapter shows the warnings. It runs before QueryInterpreter transforms the SQL. The ResultInfo is updated, but PojoRowAdapter uses the old ResultInfo from "SELECT * ".