dokka
dokka copied to clipboard
Define representation of synthetic Java properties
Continuation of https://github.com/Kotlin/dokka/issues/3576
After several discussions, it's still not clear how to represent Java's getter/setter/field in cases of different visibility and inheritance (by both Kotlin and Java). We should research and finally define the mental model for how to represent them consistently. See linked issues for specific K1/K2 differences.
Might be related: #2603