Kotlin 2.1 Livestream with the Language Evolution Team

After the release of Kotlin 2.0 and the new K2 compiler, the Kotlin team at JetBrains has now focused its efforts firmly on improving the language with new features. In this livestream, we’re excited to announce several updates in Kotlin 2.1: Non-local break and continue: You can now break out of nested loops or continue execution with greater flexibility. Better function overload resolution: The language has optimized how it handles overloaded functions with generic types. Improved exhaustiveness checks for when expressions with sealed classes Multidollar interpolation: You can now handle $ characters more easily in your string literals. Guards in when-with-subject expressions introduce the ability to perform multiple checks in the condition of a branch. Join us for this livestream, where Alejandro, Mikhail, and Anton will discuss these new Kotlin language features. You’ll also have a chance to ask questions and get a preview of what’s next on the Kotlin Language Evolution team’s agenda. Whether you’re an experienced Kotlin developer or just starting out, this is a great opportunity to get updated on all the latest improvements to the language.
Back to Top