Getter/setter targeted annotations were not correctly reflected in the kotlin metadata which made them not work with kotlin-reflect.
They are currently marked as defined even when they get a default implementation. That makes it hard to figure out if the accessor should be removed when introducing a backing field in the JVM_IR backend.