Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 20, 2024
1 parent a58d9b2 commit 09f60db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public class JavaAnalysisPlugin : DokkaPlugin() {
DocCommentFinder(logger, docCommentFactory)
}

// TODO https://youtrack.jetbrains.com/issue/KT-71862 use an endpoint from AA
/**
* Disposes global resources which would persist after unloading Analysis API (Symbols analysis) and IJ platform classes.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public class SymbolsAnalysisPlugin : DokkaPlugin() {
PostAction {
querySingle { kotlinAnalysis }.close()
if (context.configuration.finalizeCoroutines)
// TODO https://youtrack.jetbrains.com/issue/KT-71862 use an endpoint from AA
javaAnalysisPlugin.disposeGlobalStandaloneApplicationServices()
}
}
Expand Down

0 comments on commit 09f60db

Please sign in to comment.