Nikky
05/24/2019, 12:54 PM@Serializable
seems to break everythingsandwwraith
05/24/2019, 12:58 PMNikky
05/24/2019, 1:03 PMCaused by: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: @Serializable annotation on class Rating would be ignored because it is impossible to serialize it automatically. Provide serializer manually via e.g. companion object
Nikky
05/24/2019, 1:03 PM1.3.31
if it mattersNikky
05/24/2019, 1:05 PM@Serializable
enum class Rating { s, n, q, e }
those ltter stand for longer words, i hoped i could use @SerialName
for mapping themNikky
05/24/2019, 1:07 PM