The Daily Kotlin
1.62K subscribers
53 photos
1 video
1 file
503 links
Kotlin Chats in Telegram:
RU https://kug.community/
EN https://kug.community/en

Kotlin news and tips
Download Telegram
Kotlin 2.2.0 🎉

- Preview of context parameters
- Preview of context-sensitive resolution
- Support for nested type aliases
- Stable features: guard conditions, non-local break and continue, and multi-dollar interpolation
- Binary compatibility validation included in Kotlin Gradle plugin

And more: https://kotlinlang.org/docs/whatsnew22.html

https://blog.jetbrains.com/kotlin/2025/06/kotlin-2-2-0-released/
https://github.com/JetBrains/kotlin/releases/tag/v2.2.0
🎉125👍2
Gradle 9.0 is approaching, making this an ideal time to test it:

./gradlew wrapper --gradle-version=9.0.0-rc-3 && ./gradlew wrapper

The release introduces significant new features that offer something valuable for every developer.
Notable changes include Gradle's migration to K2 (Kotlin's new compiler) and adoption of Kotlin 2.2.

https://gradle.org/whats-new/gradle-9/
https://docs.gradle.org/9.0.0-rc-3/userguide/upgrading_major_version_9.html
👍3🤮21🔥1👏1