You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update: add warning that worksheets aren't supported in K2 mode (#4687)
* update: add note explaining that worksheets aren't supported in K2 mode
* implementing review comments
* making it into a warning
* changing the wordin based on review comments
* removing yet
> Kotlin worksheets aren't supported in [K2 mode](https://blog.jetbrains.com/idea/2024/11/k2-mode-becomes-stable/). We're working on providing an alternative with similar functionality.
28
+
>
29
+
{style="warning"}
30
+
27
31
Syntax highlighting, auto-completion, and other
28
32
IntelliJ IDEA code editing features are supported in scratches and worksheets. There's no need to declare the `main()` function
29
33
– all the code you write is executed as if it were in the body of `main()`.
0 commit comments