Join Slack
Communities
Powered by
Is there a solution for that or do I need to add s...
# announcements
p
Paul Woitaschek
05/25/2018, 1:54 PM
Is there a solution for that or do I need to add sth like
readEnumNullable
a
Andreas Sinz
05/25/2018, 3:06 PM
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()
)
2
Views
Open in Slack
Previous
Next