This is not a bug. It's just that kotlin is a different language from java.
🧵 1
u
Uziel Sulkies
05/21/2020, 10:55 AM
The bug is not in kotlin which has its rights to do anything like this, but Java libraries which use reflection introspections of a class sometimes do not expect this to be possible and ending with a bug. This is what happened in Jackson which ends up without either the property or the private getter.
l
lifey
05/21/2020, 12:58 PM
Maybe it is not a bug but it is a flaw of the language.