Kotlin 2.3.20 brings Gradle 9.3.0 support and name-based destructuring

Kotlin 2.3.20 brings Gradle 9.3.0 support and name-based destructuring

Kotlin 2.3.20 adds compatibility with Gradle 9.3.0, and Kotlin/JVM compilation now defaults to using the Build tools API. Name-based destructuring declarations are now supported, and Maven users benefit from a simplified project setup. Developers also gain a new standard library API for creating immutable copies of Map.Entry.

by Fla

Kotlin iconKotlin
  40
  • ...

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