Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Dany, I believe this is fixed in a new release of safeargs ?
jb...@google.com <jb...@google.com> #3
Safeargs still needs AndroidComponentsExtension
to get the applicationID from the variants (7.2.0-alpha05
remove the extension?
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")
.