JetBrains' high-performing compiler moves to beta for all platforms and can be used in all Kotlin projects. The 1.9.20 version of JetBrains’ Kotlin language has been published, moving the high-performing K2 compiler to a beta stage. Kotlin 1.9.20 was announced October 31; code is available on GitHub, and update instructions also are available. With this version, the K2 compiler is now in beta for all platforms, including the JVM, native, JavaScript, and WebAssembly. It can be tried in any Kotlin project. Also, the 1.9.20 release brings K2 support in the kapt compiler plug-in. K2 is intended to substantially increase compilation performance. It has been slated to be production-ready with Kotlin 2.0. The compiler also is positioned to speed up language feature development, unify all platforms Kotlin supports, and offer a better architecture for multiplatform projects, JetBrains said. Kotlin 1.9.20 also stabilizes the Kotlin Mulitplatform cross-platform development technology and offers a new default hierarchy template for setting up multiplatform projects. Other features include: Improved performance for the garbage collector in Kotlin/Native Support for the WASI (WebAssembly System Interface) API in the standard library for Kotlin/Wasm Related content feature 14 great preprocessors for developers who love to code Sometimes it seems like the rules of programming are designed to make coding a chore. Here are 14 ways preprocessors can help make software development fun again. By Peter Wayner Nov 18, 2024 10 mins Development Tools Software Development feature Designing the APIs that accidentally power businesses Well-designed APIs, even those often-neglected internal APIs, make developers more productive and businesses more agile. By Jean Yang Nov 18, 2024 6 mins APIs Software Development news Spin 3.0 supports polyglot development using Wasm components Fermyon’s open source framework for building server-side WebAssembly apps allows developers to compose apps from components created with different languages. By Paul Krill Nov 18, 2024 2 mins Microservices Serverless Computing Development Libraries and Frameworks news Go language evolving for future hardware, AI workloads The Go team is working to adapt Go to large multicore systems, the latest hardware instructions, and the needs of developers of large-scale AI systems. By Paul Krill Nov 15, 2024 3 mins Google Go Generative AI Programming Languages Resources Videos