Jul 16, 2024 · Tadeas Kriz Xcode-Kotlin 2.0 Release Huge improvement to Kotlin Multiplatform debugging in Xcode. Read (4 min) ->
Jun 26, 2024 · Kevin Galligan GitPortal for KMP - Bidirectional - Intro For teams scaling KMP, versioned libraries are inefficient. Merging app code and KMP code into a single repo may be impractical, and introduces its own issues. GitPortal allows bidirectional, eventual code sharing. Read (3 min) ->
May 19, 2024 · Kevin Galligan GitPortal for KMP Tutorial - Part 1: Repo and CI Setup For teams piloting KMP, direct access to the Kotlin source is the best way to get started. Use GitPortal to link and sync KMP source from an external repo. In Part 1, we'll install GitPortal, set up the three source code repos, and configure CI to monitor everything. Read (4 min) ->
May 14, 2024 · Touchlab Google I/O 2024: Kotlin Multiplatform at Google Scale! Big News from Google I/O! Android is officially supporting Kotlin Multiplatform. The announcement includes a shout out to SKIE, first-class tooling and library support, and official recommendations for using KMP. Read (2 min) ->
May 2, 2024 · Tadeas Kriz Overriding Gradle Daemon jvmargs Giving Gradle more memory is a common practice, but it can lead to unexpected behavior. This post explains how to properly set org.gradle.jvmargs. Read (3 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) ->