dokka
dokka copied to clipboard
[K2] Java nested classed are shown in inheritors
JavaParent.java
public class JavaParent {
public static class NestedJavaParent{}
}
child.kt
class Child: JavaParent()
As a result, on the Child
page NestedJavaParent
is shown. Not happened in K1
Installation
- Dokka version: 1.9.20
Parent: #3328