Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
ae...@gmail.com <ae...@gmail.com> #3
Yes, kapt incremental compilation support is available since 1.3.40-dev-795
Is there already some plan to add support to Room?
Is there already some plan to add support to Room?
da...@google.com <da...@google.com>
da...@google.com <da...@google.com>
ap...@google.com <ap...@google.com> #4
#3 incremental kapt is available in 1.3.30 released yesterday too.
na...@google.com <na...@google.com> #5
Is there already some ETA?
Description
In this block :
After wrapped in here , data flow couldn't receive any change, neither any invalidation observer.
immediateTransaction
, which mentionedIn pure Room without KMP, multiple DAO operations normally wrapped in
database.withTransaction
block. How to do in KMP?