Skip to content

Commit 2c210b3

Browse files
committed
Mention the initial supported IntelliJ IDEA version
1 parent ae89fcc commit 2c210b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Writerside/topics/Index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,14 @@ The Analysis API is not just some external API. It serves as the foundation for
3939
for IntelliJ IDEA, including code completion, navigation across declarations, refactorings, inspections, the debugger,
4040
and many more. By using the Analysis API, you get the same tools as the developers of the Kotlin plugin itself.
4141

42-
The Analysis API mainly targets the K2 Kotlin compiler, but there is also limited support for the legacy 1.0 compiler.
43-
So the same piece of logic, if implemented on top of the Analysis API, can work both in the K1 and K2 Kotlin modes.
42+
<tip>
43+
<emphasis>
44+
The Analysis API has been available since IntelliJ IDEA 2024.2.
45+
</emphasis>
46+
47+
The API mainly targets the K2 Kotlin compiler, but there is also limited support for the legacy 1.0 compiler.
48+
The same piece of logic implemented on top of the Analysis API, works both in the K1 and K2 Kotlin modes.
49+
</tip>
4450

4551
## Using in command-line tools
4652

0 commit comments

Comments
 (0)