Skip to content

Commit

Permalink
chore: img for global warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-pavlov committed Nov 4, 2024
1 parent fe4cadf commit a4ecac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added docs/images/whatsnew/warning-name-intention.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/topics/whatsnew-eap.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ kotlin {
To get the warning name, select the problematic element and click the light bulb icon
(or use <shortcut>Cmd + Enter</shortcut>/<shortcut>Alt + Enter</shortcut>):

![Warning name intention](warning-name-intention.png){width="500"}

The new compiler option is currently [Experimental](components-stability.md#stability-levels-explained).
Mind the following nuances:

Expand Down Expand Up @@ -289,7 +291,7 @@ kotlin {
>
{style="warning"}

Currently, projects using the [kapt](https://kotlinlang.org/docs/kapt.html) plugin work with the K1 compiler by default,
Currently, projects using the [kapt](kapt.md) plugin work with the K1 compiler by default,
supporting Kotlin versions up to 1.9.

In Kotlin 1.9.20, we launched an experimental implementation of the kapt plugin with the K2 compiler (K2 kapt).
Expand Down

0 comments on commit a4ecac2

Please sign in to comment.