K2 compiler appears in Kotlin

Robert Haba
By
Robert Haba
News Writer · Droid Tools
Robert Haba covers breaking Android news, chipset leaks, and OEM announcements at Droid Tools. With 7 years tracking the Android ecosystem, he has followed every major...
- News Writer · Droid Tools
2 Min Read

Kotlin 1.7.0, an update to the JVM, web, and mobile programming language from JetBrains, includes an alpha version of the ground-breaking K2 compiler.

K2 is designed to accelerate the creation of new language features, unify the platforms that Kotlin supports, and offer an API for compiler modifications in addition to enhancing performance. However, the alpha version is restricted to JVM projects. And only the kept plugin for annotation processors currently works with it.

Kotlin 1.7.0, an update to the JVM, web, and mobile programming language from JetBrains, includes an alpha version of the ground-breaking K2 compiler.

Kotlin

K2 is designed to accelerate the creation of new language features, unify the platforms that Kotlin supports, and offer an API for compiler modifications in addition to enhancing performance. However, the alpha version is restricted to JVM projects. And only the kept plugin for annotation processors currently works with it.

  • Definitely non-nullable types have been promoted to stable. These provide better interoperability when extending generic Java classes and interfaces.
  • Builder inference, a type inference that is useful when calling generic builder functions, is automatically activated if a regular type inference cannot get enough information about a type without specifying the -Xenable-builder-inference compiler option introduced in Kotlin 1.6.0 last November.
  • Opt-in requirements are now stable and do not require additional compiler configuration.
  • An underscore operator for type args can be used to automatically infer a type of argument when other types are specified.
  • Implementation by delegation to an inlined value of an inline class is enabled. Developers now can create lightweight wrappers that do not allocate memory in most cases.

beta release of Kotlin 1.7.0 was published in May. Kotlin 1.6.20 arrived in April.

Share This Article
News Writer · Droid Tools
Follow:
Robert Haba covers breaking Android news, chipset leaks, and OEM announcements at Droid Tools. With 7 years tracking the Android ecosystem, he has followed every major Snapdragon generation, Pixel launch, and One UI release since 2015. Before joining Droid Tools, he covered consumer electronics at a local publication. Robert's coverage focuses on news and OS updates. When a story breaks, you'll find his analysis within the hour.
Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *