Skip to content

Commit

Permalink
Update Writerside/topics/In-memory-file-analysis.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Pennekamp <[email protected]>
  • Loading branch information
yanex and marcopennekamp authored Feb 20, 2025
1 parent 26b56ed commit 816ff51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Writerside/topics/In-memory-file-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ val contextModule = KaModuleProvider.getModule(project, contextFile, useSiteModu

The `contextModule` returned is of type `KaModule` which is an Analysis API abstraction over `Module`, `Library`, and
`Sdk` concepts from IntelliJ IDEA. Specifically, a `KaSourceModule` represents a source module, and libraries and SDKs
are represented by `KaLibraryModule`s. Every `KaSymbol` in the Analysis API is associated to some `KaModule`.
are represented by `KaLibraryModule`s. Every `KaSymbol` in the Analysis API is associated with some `KaModule`.

If you already have a reference to a `Module`, you can convert it to a `KaModule` using one of the Kotlin plugin helper
functions:
Expand Down

0 comments on commit 816ff51

Please sign in to comment.