-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Serializer for class 'RealtimeMessage' is not found. #768
Comments
-keep class io.github.jan.** { *;} Also, This worked for now, but would like to remove this, since it obfuscation than loses its point. |
I don't have this issue. Can you share your library versions and build files? |
https://github.com/Shabinder/soundbound-extensions-lib/blob/zipline-test/gradle/deps.versions.toml |
Is this the project affected? The Supabase modules are declared but not used in any build file |
This catalog is used in the project, so can refer versions, project itself isn't open source. |
Well, can you make a reproducer? Normally if there is an issue with serializers for libraries not found, the serialization plugin was applied incorrectly. E.g. the serialization plugin has to also be applied in the project-wide |
Yes, that's confirmed here, since adding |
This might be related |
General Info
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
The text was updated successfully, but these errors were encountered: