Is there a solution for that or do I need to add s...
# announcements
p
Is there a solution for that or do I need to add sth like
readEnumNullable
a
You could try to hack something together with an inline method, kotlin-reflect and
KType
, but not sure its worth it. plus kotlin-stdlib uses two methods too (
toInt()
and
toIntOrNull()
)