codelab-android-navigation
codelab-android-navigation copied to clipboard
Conflicts with app-sync android sdk.
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<AllAsset> 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.