Hey,
I currently have a problem with a sealed class on kotlin/js (IR)
I can only use encodeTo/decodeFromString when specifiyng the serializer otherwise an exception is thrown telling me to annotate classes with
@Serializable
but all of them are and work fine on Kotlin/JVM