algolia / instantsearch-android

A library of widgets and helpers to build instant-search applications on Android.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/android/
Apache License 2.0
155 stars 28 forks source link

fix(insights): add serializer parameters (#401) #402

Closed tbra91 closed 7 months ago

tbra91 commented 10 months ago

Fixes crash when obfuscating.

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Fix #401
Need Doc update no

Describe your change

Adds serializer parameters to InsightsEventDOMapper serialization calls.

What problem is this fixing?

Fixes a crash when obfuscating with R8 due to Kotlinx Serialization.

KubaPreg commented 8 months ago

@aallam any eta on fixing it?

tbra91 commented 7 months ago

@aallam bump