Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Oh I forgot to mention that I thought it might be connected to this issue:
an...@google.com <an...@google.com> #3
Please provide a minimal sample project along with the minimal steps to recreate the issue in the project.
Description
Component used: Navigation Version used: 2.2.0
Similar to b/149665169 , navigation-common-ktx incorrectly uses a conditional keep that ends up keeping all instances of NavArgs's
fromBundle()
methods, even if the NavArgs class wasn't supposed to be kept.It should be updated to use the
<1>
placeholder so that it only keeps NavArgs classes that are kept due to some other reason.