You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested the encode fix, but I wasn't able to test the update fix as whenever I add functions or classes to the firestore module then the library published to maven local has some classes not accessible.
The text was updated successfully, but these errors were encountered:
the encode function in common-internal -> encoders.kt doesn't use the provided serializermodule in encodesettings
A quick fix could be the following, but when called by update T is erased to Any?, so the serializer doesn't find the right serializer.
A proposal would be something like this, where encode is called each time with the type correctly erased
I tested the encode fix, but I wasn't able to test the update fix as whenever I add functions or classes to the firestore module then the library published to maven local has some classes not accessible.
The text was updated successfully, but these errors were encountered: