```Kotlin /** * @property propertyWithKDoc some prop */ class CrossLinksSource(){ val propertyWithKDoc: Int = 0 } ``` With `kotlin-as-java` plugin the generated getter doesn't get the description. <img width="689" alt="image" src="https://github.com/Kotlin/dokka/assets/7689049/e967545c-7d08-41d8-a5eb-a1356e160a86"> In K1 it worked correctly: <img width="667" alt="image" src="https://github.com/Kotlin/dokka/assets/7689049/9c6c5c4e-92f9-4aa8-aea7-02db18373d63"> **Installation** - Dokka version: 1.9.20 Parent: https://github.com/Kotlin/dokka/issues/3328 Relates: #3367