Open
Description
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