Kotlin 2.1.20 Released with Key Updates

Kotlin 2.1.20 Released with Key Updates

The latest release of Kotlin, version 2.1.20, brings enhanced performance and numerous bug fixes. Highlights include updates to the K2 compiler with a new default kapt compiler plugin, a new DSL for Kotlin Multiplatform projects, and improvements in Kotlin/Native runtime performance through inlining optimization. Additional updates include active custom formatters in Kotlin/Wasm development builds, support for custom publication variants in Gradle, and enhancements to the standard library, including common atomic types, and time-tracking features. To install Kotlin 2.1.20, users should update their build scripts to use the new version since it is no longer possible to install the plugin from JetBrains Marketplace.

by Fla

cz
city_zen found this interesting
Kotlin iconKotlin
  39
  • ...

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of its standard library depends on the Java...

No comments so far, maybe you want to be first?
Gu