[KLIB] Fix references to private top-level typealias via type abbreviation
This commit is contained in:
+4
@@ -58,6 +58,10 @@ abstract class KotlinManglerImpl : KotlinMangler {
|
||||
|
||||
if (declaration.isPlatformSpecificExported()) return true
|
||||
|
||||
if (declaration is IrTypeAlias && declaration.parent is IrPackageFragment) {
|
||||
return true
|
||||
}
|
||||
|
||||
if (descriptorAnnotations.hasAnnotation(publishedApiAnnotation)) {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user