Jun 26, 2024 · Kevin Schildhorn Local or Remote? How you add your KMP framework matters Do you actually need to use SPM or Cocoapods to include KMP? You don't, and it might not be the right answer Read (6 min) ->
Apr 25, 2024 · Gustavo Fão Valvassori Jetpack Compose for iOS: Interoping with native Components One of the best features of Compose is its interoperability. With Compose iOS, you can interop with both UIKit and Swift UI. Read (7 min) ->
Apr 19, 2024 · Kevin Schildhorn Beware of Build Time Bloat Slow Kotlin Multiplatform iOS build times? Many teams are building more architectures than needed or intended. Ensure you are not wasting build time Read (7 min) ->
Apr 5, 2024 · Gustavo Fão Valvassori Jetpack Compose to Compose Multiplatform: Transition Guide As an Android developer, you probably already use Jetpack Compose to build UI. But did you know that with a few changes you can also build your application for other platforms, such as iOS, macOS, and the Web? Read (4 min) ->
Mar 28, 2024 · Jigar Brahmbhatt Touchlab: OSS library updates Glance at latest updates to various open source libraries published by Touchlab Read (1 min) ->
Mar 27, 2024 · Gustavo Fão Valvassori Kotlin/Wasm interop with Javascript Kotlin/Wasm provides a bi-directional interoperability between Kotlin and Javascript, allowing you to call functions on either side. Let's dive into the topic and explore its limitations and workarounds. Read (7 min) ->
Mar 22, 2024 · Kevin Schildhorn Android Jetpack ViewModel has KMP Support! This article discusses the newest version of the lifecycle-viewmodel artifact, part of the official Android Jetpack library, and how it adds support for KMP projects. Read (2 min) ->
Mar 4, 2024 · Gustavo Fão Valvassori Getting Started with Web Assembly and Kotlin Multiplatform Web Assembly is a new technology that allows you to run code written in languages other than JavaScript in the browser. In this article, we will learn how to use Kotlin Multiplatform to write code that runs in the browser using Web Assembly. Read (6 min) ->
Feb 1, 2024 · Jigar Brahmbhatt Kotlin 1.9.20: Streamlining Source Sets in Multiplatform Project Explore how Kotlin 1.9.20's new features significantly enhance the experience of setting up target source sets Read (5 min) ->
Jan 26, 2024 · Gustavo Fão Valvassori Listening for element events with Compose for Web In a declarative world, events are the main way to interact with the elements, and most components have a way to listen for them. Read (5 min) ->