Skip to content

Commit ccb9a7f

Browse files
authored
feat: kotlinconf videos (#4266)
1 parent e41b7ae commit ccb9a7f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/topics/whatsnew20.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ some other highlights:
1717
* [Stable replacement of the enum class values generic function](#stable-replacement-of-the-enum-class-values-generic-function)
1818
* [Stable AutoCloseable interface](#stable-autocloseable-interface)
1919

20+
Kotlin 2.0 is a huge milestone for the JetBrains team. This release was the center of KotlinConf 2024. Check out the opening
21+
keynote, where we announced exciting updates and addressed the recent work on the Kotlin language:
22+
23+
<video href="Ar73Axsz2YA" title="KotlinConf'24 - Keynote"/>
24+
2025
## IDE support
2126

2227
The Kotlin plugins that support Kotlin 2.0.0 are bundled in the latest IntelliJ IDEA and Android Studio.
@@ -46,6 +51,11 @@ In a [blog post](https://blog.jetbrains.com/kotlin/2024/04/k2-compiler-performan
4651
we explored the performance of the K2 compiler in different projects. Check it out if you'd like to see real data on how
4752
the K2 compiler performs and find instructions on how to collect performance benchmarks from your own projects.
4853

54+
You can also watch this talk from KotlinConf 2024, where Michail Zarečenskij, the lead language designer, discusses the
55+
feature evolution in Kotlin and the K2 compiler:
56+
57+
<video href="tAGJ5zJXJ7w" title="Kotlin Language Features in 2.0 and Beyond"/>
58+
4959
### Current K2 compiler limitations
5060

5161
Enabling K2 in your Gradle project comes with certain limitations that can affect projects using Gradle versions below

0 commit comments

Comments
 (0)