You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix page merging of implicit expect/actual with a single declaration (#4016)
The main idea of this fix is that pages with implicit expect/actual declarations and a single declaration should have the same name since they are merged by `PageMerger` based on the page name. Before the fix, pages with the same DRI/path were unmerged, which caused an exception.
Copy file name to clipboardexpand all lines: dokka-subprojects/plugin-base/src/main/kotlin/org/jetbrains/dokka/base/translators/documentables/DefaultPageCreator.kt
+8-4
Original file line number
Diff line number
Diff line change
@@ -117,8 +117,7 @@ public open class DefaultPageCreator(
0 commit comments