Kotlin 1.6.20 has been released! Highlights include: - Prototype of context receivers on JVM - Definitely non-nullable types - Performance improvements for JVM, Native, and JS - Hierarchical structure support for multiplatform projects Learn more: blog.jetbrains.com/kotlin/2022/04…
4
130
389
0
4
@kotlin If you're trying #Kotlin 1.6.20 in a #JetpackCompose Desktop project because why not, version 1.2.0-alpha01-dev597 seems to work
@kotlin With definitely non-nullable types, what's the difference between T: Any, T: Any?, T & Any ?