awslabs / aws-mobile-appsync-sdk-android

Android SDK for AWS AppSync.
https://docs.amplify.aws/sdk/api/graphql/q/platform/android/
Apache License 2.0
105 stars 58 forks source link

Conflicts with android navigation jetpack library. #366

Closed bobby-kim-km closed 2 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.

IndianaSloan commented 2 years ago

FYI this is a duplicate of this issue - https://github.com/awslabs/aws-mobile-appsync-sdk-android/issues/273 that has been open for 18 months...

eeatonaws commented 2 years ago

I apologize for the delay in responding. We are actively investigating the issue and working on a fix. Closing this issue as it is a duplicate of #273