Skip to content

[Bug]: Serializer for class 'RealtimeMessage' is not found. #768

Open
@Shabinder

Description

@Shabinder

General Info

  • I checked for similar bug report
  • I am using the latest version
  • I checked the troubleshooting page for similar problems

Version(s)

3.0.1

Kotlin Target(s) and their respective versions

JVM 21

What happened? (include your code)

With Proguard:
Serializer for class 'RealtimeMessage' is not found.
Please ensure that class is marked as '@serializable' and that the serialization compiler plugin is applied.

Without Proguard it works.

I have even tried an extreme rule:
-keep @kotlinx.serialization.Serializable class * {*;}
But didn't help.

Steps To Reproduce (optional)

No response

Relevant log output (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions