Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
[Deleted User] <[Deleted User]> #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?
ap...@google.com <ap...@google.com> #4
#3 incremental kapt is available in 1.3.30 released yesterday too.
il...@google.com <il...@google.com> #5
Is there already some ETA?
ap...@google.com <ap...@google.com> #6
We are working on it and aiming for Room 2.2
Description
Component used: Navigation
Version used: 2.2.0, 2.3.0, 2.3.1
Devices/Android versions reproduced on: 10.0, 9.0 - probably not related
Description:
I've updated two dependencies in my project:
and now I see that
NavController::navigate
needs to be called from the main thread. OtherwiseNavBackStackEntry
throwsIllegalStateException
when trying to register lifecycle observer.Stacktrace:
There were no changes in documentation so I assume that this behavior is unintended.