What is new with Kotlin?

0 0 introduces new language features , stable IR-based JVM compiler backend, performance improvements, and evolutionary changes such as stabilizing experimental features and deprecating outdated ones. … You can also find an overview of the changes in the release blog post.8 Eyl 2021

Read more

Does Kotlin support Java 17?

Kotlin lets you choose the version of JVM for execution. By default, the Kotlin/JVM compiler produces Java 8 compatible bytecode. If you want to make use of optimizations available in newer versions of Java, you can explicitly specify the target Java version from 9 to 17 .

Read more