Designed to simplify cross-platform development, Kotlin Multiplatform's stable release features a stabilized API and improved interoperability with Objective-C and Swift. Credit: Thinkstock JetBrains has released a stable version of its Kotlin Multiplatform technology for sharing code among iOS, Android, desktop, web, and other platforms, the company said on November 1. Leveraging the Kotlin language, Kotlin Multiplatform is designed to simplify development of cross-platform projects. In beta since 2022, Kotlin Multiplatform lets developers build applications and reuse code across various platforms while retaining the benefits of native programming, JetBrains said. The production version offers a stabilized API, simplified project configuration, and improved interoperability with Objective-C and Swift. Faster build times and other performance improvements also are offered. With Kotlin Multiplatform, developers can share only part of an application’s logic and write native code if they want to interact with platform-specific APIs or build native Uis. Planned updates would enhance the experience of iOS developers by offering direct Kotlin-to-Swift interoperability and SwiftPM support. JetBrains also is developing Kotlin/Wasm, supporting the WebAssembly binary instruction format, for web development with Kotlin Multiplatform. Developers can combine Kotlin Multiplatform with JetBrains’ Compose Multiplatform, a declarative framework for sharing UIs across multiple platforms. Combining the two frameworks makes it possible to share 100% of a codebase, all in Kotlin. Kotlin Multiplatform already has been used by development teams at companies such as Netflix, VMware, and McDonald’s, JetBrains said. Related content feature What is Rust? Safe, fast, and easy software development Unlike most programming languages, Rust doesn't make you choose between speed, safety, and ease of use. Find out how Rust delivers better code with fewer compromises, and a few downsides to consider before learning Rust. By Serdar Yegulalp Nov 20, 2024 11 mins Rust Programming Languages Software Development how-to Kotlin for Java developers: Classes and coroutines Kotlin was designed to bring more flexibility and flow to programming in the JVM. Here's an in-depth look at how Kotlin makes working with classes and objects easier and introduces coroutines to modernize concurrency. By Matthew Tyson Nov 20, 2024 9 mins Java Kotlin Programming Languages news F# 9 adds nullable reference types Latest version of Microsoft’s functional .NEt programming language provides a type-safe way to handle reference types that can have null as a valid value. By Paul Krill Nov 18, 2024 3 mins Microsoft .NET Programming Languages Software Development 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