Hi guys, I'm using "com.segment.analytics.android:analytics:4.10.4" in my current project and wherever I do:
val traits = Traits()
in the project, I get the following error:
kotlinx.serialization.SerializationException: Serializer for class 'Traits' is not found.
Mark the class as @Serializable or provide the serializer explicitly.