Skip to content

Commit

Permalink
Rename descriptorInheritanceBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Oct 24, 2023
1 parent 16dddb3 commit 6399b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public class SymbolsAnalysisPlugin : DokkaPlugin() {
plugin<InternalKotlinAnalysisPlugin>().kotlinToJavaService providing { SymbolKotlinToJavaMapper() }
}

internal val descriptorInheritanceBuilder by extending {
internal val symbolInheritanceBuilder by extending {
plugin<InternalKotlinAnalysisPlugin>().inheritanceBuilder providing ::SymbolInheritanceBuilder
}

Expand Down

0 comments on commit 6399b1d

Please sign in to comment.