android / codelab-android-navigation

Apache License 2.0
634 stars 275 forks source link

Conflicts with app-sync android sdk. #114

Open bobby-kim-km opened 3 years ago

bobby-kim-km commented 3 years ago

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.