Does this compile time error message from SKIE ring a bell?
Compilation failed: Shouldn't be exposed: deserialized class BaseReconnectViewModel
The class in question is an abstract class in Kotlin. Maybe that has something to do with the error message.
curioustechizen
08/22/2024, 10:10 AM
Although I have other abstract classes in this project and they work fine, so this must be something specific.
I can create an issue on GitHub with the full stack trace if that helps
f
Filip Dolník
08/22/2024, 10:11 AM
Hi! Yes, please create a Github issue with the stack trace and also information about your project setup (mainly versions of Kotlin and SKIE) and the code that causes this issue.