Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
jb...@google.com <jb...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
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")
.