Issue occurs when using app-sync 3.2.0 and navigation 2.3.5 together.
During the build process, the code generated by app-sync results in two @Nullable.
ex> final @Nullable @Nullable List allAssets;
If the app-sync 3.2.0 version and navigation 2.3.0-alpha04 version are used together, they work in a formal manner.
Issue occurs when using app-sync 3.2.0 and navigation 2.3.5 together. During the build process, the code generated by app-sync results in two @Nullable.
ex> final @Nullable @Nullable List allAssets;
If the app-sync 3.2.0 version and navigation 2.3.0-alpha04 version are used together, they work in a formal manner.