dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Do not show `open` for Java fields

Open vmishenev opened this issue 9 months ago • 0 comments

Dokka renders the field from Java:

int prop = 1;

as image It should not have the open modifier since fields can not be overridden in Kotlin.

vmishenev avatar May 15 '24 12:05 vmishenev