Fixed compilation of KDoc
This commit is contained in:
@@ -55,7 +55,7 @@ fun qualifiedName(descriptor: DeclarationDescriptor?): String {
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
else if (descriptor is PackageFragmentDescriptor) {
|
else if (descriptor is PackageFragmentDescriptor) {
|
||||||
return descriptor.getFqName().asString()
|
return descriptor.fqName.asString()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
val parent = containerName(descriptor)
|
val parent = containerName(descriptor)
|
||||||
|
|||||||
Reference in New Issue
Block a user