May 2, 2024 · Tadeas KrizOverriding Gradle Daemon jvmargsGiving 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 ValvassoriJetpack Compose for iOS: Interoping with native ComponentsOne 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 SchildhornBeware of Build Time BloatSlow Kotlin Multiplatform iOS build times? Many teams are building more architectures than needed or intended. Ensure you are not wasting build timeRead (7 min) ->
Apr 5, 2024 · Gustavo Fão ValvassoriJetpack Compose to Compose Multiplatform: Transition GuideAs 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 BrahmbhattTouchlab: OSS library updatesGlance at latest updates to various open source libraries published by TouchlabRead (1 min) ->
Mar 27, 2024 · Gustavo Fão ValvassoriKotlin/Wasm interop with JavascriptKotlin/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 SchildhornAndroid 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) ->
Feb 1, 2024 · Jigar BrahmbhattKotlin 1.9.20: Streamlining Source Sets in Multiplatform ProjectExplore how Kotlin 1.9.20's new features significantly enhance the experience of setting up target source setsRead (5 min) ->
Dec 5, 2023 · Touchlab EngineeringWebinar Recap: iOS Development with Kotlin Multiplatform - Tips, Tricks, and Team Triumphs!In this webinar, Touchlab's own Tadeas Kriz and JetBrains' Pamela Hill guided us through iOS development with Kotlin Multiplatform. They explored the current state of Swift/Kotlin interop and highlighted tools and resources that may make your journey easier.Read (5 min) ->
Nov 8, 2023 · Paul HawkeThe many faces of KermitExploring how the flexible API of Kermit allows us to integrate with other platform logging frameworks.Read (4 min) ->