codelab-android-navigation icon indicating copy to clipboard operation
codelab-android-navigation copied to clipboard

Conflicts with app-sync android sdk.

Open bobby-kim-km opened this issue 4 years ago • 0 comments

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.

bobby-kim-km avatar Aug 24 '21 01:08 bobby-kim-km