Is there a way to get a KProperty without knowing ...
# announcements
r
Is there a way to get a KProperty without knowing the class (I don't know it or rather I don't want to type it, but the compiler knows it), somewhat like bounded references, but without accessing the object? My problem is, that the object might be null and I don't want to get a nullpointer