I'm in the process of getting a KMP project to tar...
# squarelibraries
s
I'm in the process of getting a KMP project to target JVM. I'm seeing a bit of a difference in behavior in SQLDelight on JVM and Android. In Android, referencing a table in a subquery will cause the query listener to be notified when the subquery table changes. In JVM, I'm not seeing that behavior. Do I have a bug somewhere or is JVM different?