Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Oh I forgot to mention that I thought it might be connected to this issue:
jb...@google.com <jb...@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.3.3
Devices/Android versions reproduced on: n/a
When adding an
argument
to a navigation-destination, for example:<argument android:name="id" android:defaultValue="-1L" app:argType="long" />
Task
:compileDebugJavaWithJavac
complains due to missing annotations in the generated code:Other methods in the generated code already would use
@SuppressWarnings("unchecked")
.