Hello everyone, after updating to Kotlin 1.4.10 i ...
# announcements
z
Hello everyone, after updating to Kotlin 1.4.10 i realized, that the
SerialName
annotation was set to
retention(BINARY)
Is there any way in Kotlin 1.4 to retrieve the
SerialName
of an annotated property? Because the way by reflection is now lost.
l
#C7A1U5PTM
z
Ah, i didn't know that this existed. Thank you!